Color spaces of #cb127e
RGB | 203 | 18 | 126 |
---|---|---|---|
HSL | 0.90 | 0.84 | 0.43 |
HSV | 325° | 91° | 80° |
CMYK | 0.00 | 0.91 | 0.38 0.20 |
XYZ | 28.6108 | 14.6355 | 21.0556 |
Yxy | 14.6355 | 0.4449 | 0.2276 |
Hunter Lab | 38.2564 | 66.5462 | -5.8527 |
CIE-Lab | 45.1309 | 71.5993 | -10.2573 |
#cb127e color RGB value is (203,18,126).
#cb127e hex color red value is 203, green value is 18 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cb127e hue: 0.90 , saturation: 0.84 and the lightness value of cb127e is 0.43.
The process color (four color CMYK) of #cb127e color hex is 0.00, 0.91, 0.38, 0.20. Web safe color of #cb127e is #cc0066. Color #cb127e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00010010 | 01111110 |
Octal | 313 | 22 | 176 |
Decimal | 203 | 18 | 126 |
Hex | CB | 12 | 7E |
Shades of #cb127e
Tints of #cb127e
RGB Percentages of Color #cb127e
CMYK Percentages of Color #cb127e
Complementary Color
#cb127e | #12cb5f |
#cb127e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb127e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb127e Color CSS Codes
.mybgcolor {background-color:#cb127e; } .myforecolor {color:#cb127e; } .mybordercolor {border:3px solid #cb127e; }
#cb127e Text Font Color
<p style="color:#cb127e">Text here</p>
This sample text font color is #cb127e
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.
#cb127e Background Color
<div style="background-color:#cb127e">
Div content here</div>
This div background color is #cb127e
#cb127e Border Color
<div style="border:3px solid #cb127e">
Div here</div>
This div border color is #cb127e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,18,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb127e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb127e; -webkit-box-shadow: 1px 1px 3px 2px #cb127e; box-shadow: 1px 1px 3px 2px #cb127e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,18,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb127e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb127e; -webkit-box-shadow: 1px 1px 3px 2px #cb127e; box-shadow: 1px 1px 3px 2px #cb127e;">
Div content here</div>
This div box has shadow with color #cb127e
Comments
No comments written yet.
Please login to write comment.