Color spaces of #d00eaf
RGB | 208 | 14 | 175 |
---|---|---|---|
HSL | 0.86 | 0.87 | 0.44 |
HSV | 310° | 93° | 82° |
CMYK | 0.00 | 0.93 | 0.16 0.18 |
XYZ | 33.9073 | 16.8191 | 42.0167 |
Yxy | 16.8191 | 0.3656 | 0.1814 |
Hunter Lab | 41.0111 | 75.8114 | -32.0360 |
CIE-Lab | 48.0313 | 78.6163 | -35.2088 |
#d00eaf color RGB value is (208,14,175).
#d00eaf hex color red value is 208, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d00eaf hue: 0.86 , saturation: 0.87 and the lightness value of d00eaf is 0.44.
The process color (four color CMYK) of #d00eaf color hex is 0.00, 0.93, 0.16, 0.18. Web safe color of #d00eaf is #cc0099. Color #d00eaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00001110 | 10101111 |
Octal | 320 | 16 | 257 |
Decimal | 208 | 14 | 175 |
Hex | D0 | E | AF |
Shades of #d00eaf
Tints of #d00eaf
RGB Percentages of Color #d00eaf
CMYK Percentages of Color #d00eaf
Complementary Color
#d00eaf | #0ed02f |
#d00eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d00eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d00eaf Color CSS Codes
.mybgcolor {background-color:#d00eaf; } .myforecolor {color:#d00eaf; } .mybordercolor {border:3px solid #d00eaf; }
#d00eaf Text Font Color
<p style="color:#d00eaf">Text here</p>
This sample text font color is #d00eaf
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.
#d00eaf Background Color
<div style="background-color:#d00eaf">
Div content here</div>
This div background color is #d00eaf
#d00eaf Border Color
<div style="border:3px solid #d00eaf">
Div here</div>
This div border color is #d00eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,14,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d00eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d00eaf; -webkit-box-shadow: 1px 1px 3px 2px #d00eaf; box-shadow: 1px 1px 3px 2px #d00eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,14,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d00eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d00eaf; -webkit-box-shadow: 1px 1px 3px 2px #d00eaf; box-shadow: 1px 1px 3px 2px #d00eaf;">
Div content here</div>
This div box has shadow with color #d00eaf
Comments
No comments written yet.
Please login to write comment.