Color spaces of #cb255f
RGB | 203 | 37 | 95 |
---|---|---|---|
HSL | 0.94 | 0.69 | 0.47 |
HSV | 339° | 82° | 80° |
CMYK | 0.00 | 0.82 | 0.53 0.20 |
XYZ | 27.3557 | 14.8459 | 12.2502 |
Yxy | 14.8459 | 0.5024 | 0.2726 |
Hunter Lab | 38.5304 | 59.3028 | 8.1208 |
CIE-Lab | 45.4224 | 65.3692 | 9.3495 |
#cb255f color RGB value is (203,37,95).
#cb255f hex color red value is 203, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cb255f hue: 0.94 , saturation: 0.69 and the lightness value of cb255f is 0.47.
The process color (four color CMYK) of #cb255f color hex is 0.00, 0.82, 0.53, 0.20. Web safe color of #cb255f is #cc3366. Color #cb255f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00100101 | 01011111 |
Octal | 313 | 45 | 137 |
Decimal | 203 | 37 | 95 |
Hex | CB | 25 | 5F |
Shades of #cb255f
Tints of #cb255f
RGB Percentages of Color #cb255f
CMYK Percentages of Color #cb255f
Complementary Color
#cb255f | #25cb91 |
#cb255f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb255f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb255f Color CSS Codes
.mybgcolor {background-color:#cb255f; } .myforecolor {color:#cb255f; } .mybordercolor {border:3px solid #cb255f; }
#cb255f Text Font Color
<p style="color:#cb255f">Text here</p>
This sample text font color is #cb255f
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.
#cb255f Background Color
<div style="background-color:#cb255f">
Div content here</div>
This div background color is #cb255f
#cb255f Border Color
<div style="border:3px solid #cb255f">
Div here</div>
This div border color is #cb255f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,37,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb255f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb255f; -webkit-box-shadow: 1px 1px 3px 2px #cb255f; box-shadow: 1px 1px 3px 2px #cb255f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,37,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb255f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb255f; -webkit-box-shadow: 1px 1px 3px 2px #cb255f; box-shadow: 1px 1px 3px 2px #cb255f;">
Div content here</div>
This div box has shadow with color #cb255f
Comments
No comments written yet.
Please login to write comment.