Color spaces of #d68efb
RGB | 214 | 142 | 251 |
---|---|---|---|
HSL | 0.78 | 0.93 | 0.77 |
HSV | 280° | 43° | 98° |
CMYK | 0.15 | 0.43 | 0.00 0.02 |
XYZ | 54.8171 | 40.6072 | 96.2156 |
Yxy | 40.6072 | 0.2860 | 0.2119 |
Hunter Lab | 63.7238 | 42.0344 | -44.9145 |
CIE-Lab | 69.8998 | 45.9362 | -43.8190 |
#d68efb color RGB value is (214,142,251).
#d68efb hex color red value is 214, green value is 142 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d68efb hue: 0.78 , saturation: 0.93 and the lightness value of d68efb is 0.77.
The process color (four color CMYK) of #d68efb color hex is 0.15, 0.43, 0.00, 0.02. Web safe color of #d68efb is #cc99ff. Color #d68efb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10001110 | 11111011 |
Octal | 326 | 216 | 373 |
Decimal | 214 | 142 | 251 |
Hex | D6 | 8E | FB |
Shades of #d68efb
Tints of #d68efb
RGB Percentages of Color #d68efb
CMYK Percentages of Color #d68efb
Complementary Color
#d68efb | #b3fb8e |
#d68efb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d68efb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d68efb Color CSS Codes
.mybgcolor {background-color:#d68efb; } .myforecolor {color:#d68efb; } .mybordercolor {border:3px solid #d68efb; }
#d68efb Text Font Color
<p style="color:#d68efb">Text here</p>
This sample text font color is #d68efb
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.
#d68efb Background Color
<div style="background-color:#d68efb">
Div content here</div>
This div background color is #d68efb
#d68efb Border Color
<div style="border:3px solid #d68efb">
Div here</div>
This div border color is #d68efb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,142,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d68efb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d68efb; -webkit-box-shadow: 1px 1px 3px 2px #d68efb; box-shadow: 1px 1px 3px 2px #d68efb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,142,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d68efb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d68efb; -webkit-box-shadow: 1px 1px 3px 2px #d68efb; box-shadow: 1px 1px 3px 2px #d68efb;">
Div content here</div>
This div box has shadow with color #d68efb
Comments
No comments written yet.
Please login to write comment.