Hex #d15fee Color
equivalent to
RGB
(209, 95, 238)Details of #d15fee
|
|
|
|
Color HEX #d15fee matches (209, 95, 238) in RGB.
#d15fee hex color red value is 209, green value is 95 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d15fee hue: 0.80, saturation: 0.81 and the lightness value of d15fee is 0.65.
The process color (four color CMYK) of #d15fee color hex is 0.12, 0.60, 0.00, 0.07. Web safe color of #d15fee is #cc66ff. Color #d15fee contains mainly BLUE color.
Base Numbers
|
|
|
|
#d15fee tints
#d15fee shades
RGB in % of #d15fee
CMYK in % of #d15fee
Preview Color #d15fee on black ground
Very nice color.
Preview Color #d15fee on white ground
Very nice color.
CSS Codes #d15fee color
.mybgcolor {background-color:#d15fee; } .myforecolor {color:#d15fee; } .mybordercolor {border:3px solid #d15fee; }
Text Font Color #d15fee
<p style="color:#d15fee">Text here</p>
This sample text font color is #d15fee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #d15fee
<div style="background-color:#d15fee">
Div content here</div>
This div background color is #d15fee
Border Color #d15fee
<div style="border:3px solid #d15fee">
Div here</div>
The color of this border is #d15fee
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d15fee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d15fee; -webkit-box-shadow: 1px 1px 3px 2px #d15fee; box-shadow: 1px 1px 3px 2px #d15fee; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #d15fee">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d15fee; -webkit-box-shadow: 1px 1px 3px 2px #d15fee; box-shadow: 1px 1px 3px 2px #d15fee;">
Div content here</div>
The shadow of div box using color #d15fee