Color spaces of #cb585e
RGB | 203 | 88 | 94 |
---|---|---|---|
HSL | 0.99 | 0.53 | 0.57 |
HSV | 357° | 57° | 80° |
CMYK | 0.00 | 0.57 | 0.54 0.20 |
XYZ | 30.1387 | 20.4841 | 12.9550 |
Yxy | 20.4841 | 0.4740 | 0.3222 |
Hunter Lab | 45.2594 | 39.6612 | 14.7104 |
CIE-Lab | 52.3802 | 46.2141 | 19.5284 |
#cb585e color RGB value is (203,88,94).
#cb585e hex color red value is 203, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cb585e hue: 0.99 , saturation: 0.53 and the lightness value of cb585e is 0.57.
The process color (four color CMYK) of #cb585e color hex is 0.00, 0.57, 0.54, 0.20. Web safe color of #cb585e is #cc6666. Color #cb585e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01011000 | 01011110 |
Octal | 313 | 130 | 136 |
Decimal | 203 | 88 | 94 |
Hex | CB | 58 | 5E |
Shades of #cb585e
Tints of #cb585e
RGB Percentages of Color #cb585e
CMYK Percentages of Color #cb585e
Complementary Color
#cb585e | #58cbc5 |
#cb585e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb585e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb585e Color CSS Codes
.mybgcolor {background-color:#cb585e; } .myforecolor {color:#cb585e; } .mybordercolor {border:3px solid #cb585e; }
#cb585e Text Font Color
<p style="color:#cb585e">Text here</p>
This sample text font color is #cb585e
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.
#cb585e Background Color
<div style="background-color:#cb585e">
Div content here</div>
This div background color is #cb585e
#cb585e Border Color
<div style="border:3px solid #cb585e">
Div here</div>
This div border color is #cb585e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,88,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb585e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb585e; -webkit-box-shadow: 1px 1px 3px 2px #cb585e; box-shadow: 1px 1px 3px 2px #cb585e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,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 #cb585e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb585e; -webkit-box-shadow: 1px 1px 3px 2px #cb585e; box-shadow: 1px 1px 3px 2px #cb585e;">
Div content here</div>
This div box has shadow with color #cb585e
Comments
No comments written yet.
Please login to write comment.