Color spaces of #cb385e
RGB | 203 | 56 | 94 |
---|---|---|---|
HSL | 0.96 | 0.59 | 0.51 |
HSV | 344° | 72° | 80° |
CMYK | 0.00 | 0.72 | 0.54 0.20 |
XYZ | 28.0632 | 16.3330 | 12.2632 |
Yxy | 16.3330 | 0.4953 | 0.2883 |
Hunter Lab | 40.4141 | 53.2241 | 10.2990 |
CIE-Lab | 47.4084 | 59.6308 | 12.7394 |
#cb385e color RGB value is (203,56,94).
#cb385e hex color red value is 203, green value is 56 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cb385e hue: 0.96 , saturation: 0.59 and the lightness value of cb385e is 0.51.
The process color (four color CMYK) of #cb385e color hex is 0.00, 0.72, 0.54, 0.20. Web safe color of #cb385e is #cc3366. Color #cb385e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00111000 | 01011110 |
Octal | 313 | 70 | 136 |
Decimal | 203 | 56 | 94 |
Hex | CB | 38 | 5E |
Shades of #cb385e
Tints of #cb385e
RGB Percentages of Color #cb385e
CMYK Percentages of Color #cb385e
Complementary Color
#cb385e | #38cba5 |
#cb385e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb385e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb385e Color CSS Codes
.mybgcolor {background-color:#cb385e; } .myforecolor {color:#cb385e; } .mybordercolor {border:3px solid #cb385e; }
#cb385e Text Font Color
<p style="color:#cb385e">Text here</p>
This sample text font color is #cb385e
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.
#cb385e Background Color
<div style="background-color:#cb385e">
Div content here</div>
This div background color is #cb385e
#cb385e Border Color
<div style="border:3px solid #cb385e">
Div here</div>
This div border color is #cb385e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,56,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb385e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb385e; -webkit-box-shadow: 1px 1px 3px 2px #cb385e; box-shadow: 1px 1px 3px 2px #cb385e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,56,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 #cb385e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb385e; -webkit-box-shadow: 1px 1px 3px 2px #cb385e; box-shadow: 1px 1px 3px 2px #cb385e;">
Div content here</div>
This div box has shadow with color #cb385e
Comments
No comments written yet.
Please login to write comment.