Color spaces of #cb177a
RGB | 203 | 23 | 122 |
---|---|---|---|
HSL | 0.91 | 0.80 | 0.44 |
HSV | 327° | 89° | 80° |
CMYK | 0.00 | 0.89 | 0.40 0.20 |
XYZ | 28.4478 | 14.7144 | 19.7532 |
Yxy | 14.7144 | 0.4522 | 0.2339 |
Hunter Lab | 38.3594 | 65.2491 | -3.6799 |
CIE-Lab | 45.2405 | 70.4891 | -7.6327 |
#cb177a color RGB value is (203,23,122).
#cb177a hex color red value is 203, green value is 23 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cb177a hue: 0.91 , saturation: 0.80 and the lightness value of cb177a is 0.44.
The process color (four color CMYK) of #cb177a color hex is 0.00, 0.89, 0.40, 0.20. Web safe color of #cb177a is #cc0066. Color #cb177a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00010111 | 01111010 |
Octal | 313 | 27 | 172 |
Decimal | 203 | 23 | 122 |
Hex | CB | 17 | 7A |
Shades of #cb177a
Tints of #cb177a
RGB Percentages of Color #cb177a
CMYK Percentages of Color #cb177a
Complementary Color
#cb177a | #17cb68 |
#cb177a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb177a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb177a Color CSS Codes
.mybgcolor {background-color:#cb177a; } .myforecolor {color:#cb177a; } .mybordercolor {border:3px solid #cb177a; }
#cb177a Text Font Color
<p style="color:#cb177a">Text here</p>
This sample text font color is #cb177a
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.
#cb177a Background Color
<div style="background-color:#cb177a">
Div content here</div>
This div background color is #cb177a
#cb177a Border Color
<div style="border:3px solid #cb177a">
Div here</div>
This div border color is #cb177a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,23,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb177a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb177a; -webkit-box-shadow: 1px 1px 3px 2px #cb177a; box-shadow: 1px 1px 3px 2px #cb177a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,23,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb177a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb177a; -webkit-box-shadow: 1px 1px 3px 2px #cb177a; box-shadow: 1px 1px 3px 2px #cb177a;">
Div content here</div>
This div box has shadow with color #cb177a
Comments
No comments written yet.
Please login to write comment.