Color spaces of #ce185c
RGB | 206 | 24 | 92 |
---|---|---|---|
HSL | 0.94 | 0.79 | 0.45 |
HSV | 338° | 88° | 81° |
CMYK | 0.00 | 0.88 | 0.55 0.19 |
XYZ | 27.7120 | 14.5478 | 11.4726 |
Yxy | 14.5478 | 0.5157 | 0.2707 |
Hunter Lab | 38.1416 | 62.9425 | 8.8653 |
CIE-Lab | 45.0085 | 68.5803 | 10.7236 |
#ce185c color RGB value is (206,24,92).
#ce185c hex color red value is 206, green value is 24 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ce185c hue: 0.94 , saturation: 0.79 and the lightness value of ce185c is 0.45.
The process color (four color CMYK) of #ce185c color hex is 0.00, 0.88, 0.55, 0.19. Web safe color of #ce185c is #cc0066. Color #ce185c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00011000 | 01011100 |
Octal | 316 | 30 | 134 |
Decimal | 206 | 24 | 92 |
Hex | CE | 18 | 5C |
Shades of #ce185c
Tints of #ce185c
RGB Percentages of Color #ce185c
CMYK Percentages of Color #ce185c
Complementary Color
#ce185c | #18ce8a |
#ce185c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce185c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce185c Color CSS Codes
.mybgcolor {background-color:#ce185c; } .myforecolor {color:#ce185c; } .mybordercolor {border:3px solid #ce185c; }
#ce185c Text Font Color
<p style="color:#ce185c">Text here</p>
This sample text font color is #ce185c
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.
#ce185c Background Color
<div style="background-color:#ce185c">
Div content here</div>
This div background color is #ce185c
#ce185c Border Color
<div style="border:3px solid #ce185c">
Div here</div>
This div border color is #ce185c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,24,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce185c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce185c; -webkit-box-shadow: 1px 1px 3px 2px #ce185c; box-shadow: 1px 1px 3px 2px #ce185c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,24,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce185c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce185c; -webkit-box-shadow: 1px 1px 3px 2px #ce185c; box-shadow: 1px 1px 3px 2px #ce185c;">
Div content here</div>
This div box has shadow with color #ce185c
Comments
No comments written yet.
Please login to write comment.