Color spaces of #ce585e
RGB | 206 | 88 | 94 |
---|---|---|---|
HSL | 0.99 | 0.55 | 0.58 |
HSV | 357° | 57° | 81° |
CMYK | 0.00 | 0.57 | 0.54 0.19 |
XYZ | 30.9637 | 20.9094 | 12.9936 |
Yxy | 20.9094 | 0.4773 | 0.3223 |
Hunter Lab | 45.7268 | 40.8486 | 15.1611 |
CIE-Lab | 52.8502 | 47.2713 | 20.2412 |
#ce585e color RGB value is (206,88,94).
#ce585e hex color red value is 206, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ce585e hue: 0.99 , saturation: 0.55 and the lightness value of ce585e is 0.58.
The process color (four color CMYK) of #ce585e color hex is 0.00, 0.57, 0.54, 0.19. Web safe color of #ce585e is #cc6666. Color #ce585e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01011000 | 01011110 |
Octal | 316 | 130 | 136 |
Decimal | 206 | 88 | 94 |
Hex | CE | 58 | 5E |
Shades of #ce585e
Tints of #ce585e
RGB Percentages of Color #ce585e
CMYK Percentages of Color #ce585e
Complementary Color
#ce585e | #58cec8 |
#ce585e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce585e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce585e Color CSS Codes
.mybgcolor {background-color:#ce585e; } .myforecolor {color:#ce585e; } .mybordercolor {border:3px solid #ce585e; }
#ce585e Text Font Color
<p style="color:#ce585e">Text here</p>
This sample text font color is #ce585e
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.
#ce585e Background Color
<div style="background-color:#ce585e">
Div content here</div>
This div background color is #ce585e
#ce585e Border Color
<div style="border:3px solid #ce585e">
Div here</div>
This div border color is #ce585e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,88,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce585e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce585e; -webkit-box-shadow: 1px 1px 3px 2px #ce585e; box-shadow: 1px 1px 3px 2px #ce585e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,88,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 #ce585e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce585e; -webkit-box-shadow: 1px 1px 3px 2px #ce585e; box-shadow: 1px 1px 3px 2px #ce585e;">
Div content here</div>
This div box has shadow with color #ce585e
Comments
No comments written yet.
Please login to write comment.