Color spaces of #ce0aad
RGB | 206 | 10 | 173 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.42 |
HSV | 310° | 95° | 81° |
CMYK | 0.00 | 0.95 | 0.16 0.19 |
XYZ | 33.1050 | 16.3560 | 40.9474 |
Yxy | 16.3560 | 0.3662 | 0.1809 |
Hunter Lab | 40.4426 | 75.3400 | -31.7203 |
CIE-Lab | 47.4381 | 78.3538 | -34.9856 |
#ce0aad color RGB value is (206,10,173).
#ce0aad hex color red value is 206, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce0aad hue: 0.86 , saturation: 0.91 and the lightness value of ce0aad is 0.42.
The process color (four color CMYK) of #ce0aad color hex is 0.00, 0.95, 0.16, 0.19. Web safe color of #ce0aad is #cc0099. Color #ce0aad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00001010 | 10101101 |
Octal | 316 | 12 | 255 |
Decimal | 206 | 10 | 173 |
Hex | CE | A | AD |
Shades of #ce0aad
Tints of #ce0aad
RGB Percentages of Color #ce0aad
CMYK Percentages of Color #ce0aad
Complementary Color
#ce0aad | #0ace2b |
#ce0aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce0aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce0aad Color CSS Codes
.mybgcolor {background-color:#ce0aad; } .myforecolor {color:#ce0aad; } .mybordercolor {border:3px solid #ce0aad; }
#ce0aad Text Font Color
<p style="color:#ce0aad">Text here</p>
This sample text font color is #ce0aad
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.
#ce0aad Background Color
<div style="background-color:#ce0aad">
Div content here</div>
This div background color is #ce0aad
#ce0aad Border Color
<div style="border:3px solid #ce0aad">
Div here</div>
This div border color is #ce0aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,10,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce0aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce0aad; -webkit-box-shadow: 1px 1px 3px 2px #ce0aad; box-shadow: 1px 1px 3px 2px #ce0aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,10,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce0aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce0aad; -webkit-box-shadow: 1px 1px 3px 2px #ce0aad; box-shadow: 1px 1px 3px 2px #ce0aad;">
Div content here</div>
This div box has shadow with color #ce0aad
Comments
No comments written yet.
Please login to write comment.