Color spaces of #ce455e
RGB | 206 | 69 | 94 |
---|---|---|---|
HSL | 0.97 | 0.58 | 0.54 |
HSV | 349° | 67° | 81° |
CMYK | 0.00 | 0.67 | 0.54 0.19 |
XYZ | 29.6021 | 18.1862 | 12.5398 |
Yxy | 18.1862 | 0.4907 | 0.3015 |
Hunter Lab | 42.6453 | 49.2760 | 12.4175 |
CIE-Lab | 49.7212 | 55.6397 | 16.0062 |
#ce455e color RGB value is (206,69,94).
#ce455e hex color red value is 206, green value is 69 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ce455e hue: 0.97 , saturation: 0.58 and the lightness value of ce455e is 0.54.
The process color (four color CMYK) of #ce455e color hex is 0.00, 0.67, 0.54, 0.19. Web safe color of #ce455e is #cc3366. Color #ce455e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01000101 | 01011110 |
Octal | 316 | 105 | 136 |
Decimal | 206 | 69 | 94 |
Hex | CE | 45 | 5E |
Shades of #ce455e
Tints of #ce455e
RGB Percentages of Color #ce455e
CMYK Percentages of Color #ce455e
Complementary Color
#ce455e | #45ceb5 |
#ce455e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce455e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce455e Color CSS Codes
.mybgcolor {background-color:#ce455e; } .myforecolor {color:#ce455e; } .mybordercolor {border:3px solid #ce455e; }
#ce455e Text Font Color
<p style="color:#ce455e">Text here</p>
This sample text font color is #ce455e
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.
#ce455e Background Color
<div style="background-color:#ce455e">
Div content here</div>
This div background color is #ce455e
#ce455e Border Color
<div style="border:3px solid #ce455e">
Div here</div>
This div border color is #ce455e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,69,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce455e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce455e; -webkit-box-shadow: 1px 1px 3px 2px #ce455e; box-shadow: 1px 1px 3px 2px #ce455e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,69,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce455e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce455e; -webkit-box-shadow: 1px 1px 3px 2px #ce455e; box-shadow: 1px 1px 3px 2px #ce455e;">
Div content here</div>
This div box has shadow with color #ce455e
Comments
No comments written yet.
Please login to write comment.