Color spaces of #ce55ae
RGB | 206 | 85 | 174 |
---|---|---|---|
HSL | 0.88 | 0.55 | 0.57 |
HSV | 316° | 59° | 81° |
CMYK | 0.00 | 0.59 | 0.16 0.19 |
XYZ | 36.3421 | 22.6748 | 42.5056 |
Yxy | 22.6748 | 0.3580 | 0.2233 |
Hunter Lab | 47.6181 | 52.8996 | -19.5917 |
CIE-Lab | 54.7358 | 58.0102 | -24.2119 |
#ce55ae color RGB value is (206,85,174).
#ce55ae hex color red value is 206, green value is 85 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ce55ae hue: 0.88 , saturation: 0.55 and the lightness value of ce55ae is 0.57.
The process color (four color CMYK) of #ce55ae color hex is 0.00, 0.59, 0.16, 0.19. Web safe color of #ce55ae is #cc6699. Color #ce55ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01010101 | 10101110 |
Octal | 316 | 125 | 256 |
Decimal | 206 | 85 | 174 |
Hex | CE | 55 | AE |
Shades of #ce55ae
Tints of #ce55ae
RGB Percentages of Color #ce55ae
CMYK Percentages of Color #ce55ae
Complementary Color
#ce55ae | #55ce75 |
#ce55ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce55ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce55ae Color CSS Codes
.mybgcolor {background-color:#ce55ae; } .myforecolor {color:#ce55ae; } .mybordercolor {border:3px solid #ce55ae; }
#ce55ae Text Font Color
<p style="color:#ce55ae">Text here</p>
This sample text font color is #ce55ae
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.
#ce55ae Background Color
<div style="background-color:#ce55ae">
Div content here</div>
This div background color is #ce55ae
#ce55ae Border Color
<div style="border:3px solid #ce55ae">
Div here</div>
This div border color is #ce55ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,85,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce55ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce55ae; -webkit-box-shadow: 1px 1px 3px 2px #ce55ae; box-shadow: 1px 1px 3px 2px #ce55ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,85,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce55ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce55ae; -webkit-box-shadow: 1px 1px 3px 2px #ce55ae; box-shadow: 1px 1px 3px 2px #ce55ae;">
Div content here</div>
This div box has shadow with color #ce55ae
Comments
No comments written yet.
Please login to write comment.