Color spaces of #d05cfe
RGB | 208 | 92 | 254 |
---|---|---|---|
HSL | 0.79 | 0.99 | 0.68 |
HSV | 283° | 64° | 100° |
CMYK | 0.18 | 0.64 | 0.00 0.00 |
XYZ | 47.7290 | 28.2199 | 96.6973 |
Yxy | 28.2199 | 0.2765 | 0.1635 |
Hunter Lab | 53.1224 | 67.4131 | -70.7383 |
CIE-Lab | 60.0869 | 69.4607 | -61.0576 |
#d05cfe color RGB value is (208,92,254).
#d05cfe hex color red value is 208, green value is 92 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d05cfe hue: 0.79 , saturation: 0.99 and the lightness value of d05cfe is 0.68.
The process color (four color CMYK) of #d05cfe color hex is 0.18, 0.64, 0.00, 0.00. Web safe color of #d05cfe is #cc66ff. Color #d05cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01011100 | 11111110 |
Octal | 320 | 134 | 376 |
Decimal | 208 | 92 | 254 |
Hex | D0 | 5C | FE |
Shades of #d05cfe
Tints of #d05cfe
RGB Percentages of Color #d05cfe
CMYK Percentages of Color #d05cfe
Complementary Color
#d05cfe | #8afe5c |
#d05cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d05cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d05cfe Color CSS Codes
.mybgcolor {background-color:#d05cfe; } .myforecolor {color:#d05cfe; } .mybordercolor {border:3px solid #d05cfe; }
#d05cfe Text Font Color
<p style="color:#d05cfe">Text here</p>
This sample text font color is #d05cfe
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.
#d05cfe Background Color
<div style="background-color:#d05cfe">
Div content here</div>
This div background color is #d05cfe
#d05cfe Border Color
<div style="border:3px solid #d05cfe">
Div here</div>
This div border color is #d05cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,92,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d05cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d05cfe; -webkit-box-shadow: 1px 1px 3px 2px #d05cfe; box-shadow: 1px 1px 3px 2px #d05cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,92,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d05cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d05cfe; -webkit-box-shadow: 1px 1px 3px 2px #d05cfe; box-shadow: 1px 1px 3px 2px #d05cfe;">
Div content here</div>
This div box has shadow with color #d05cfe
Comments
No comments written yet.
Please login to write comment.