Color spaces of #cb27af
RGB | 203 | 39 | 175 |
---|---|---|---|
HSL | 0.86 | 0.68 | 0.47 |
HSV | 310° | 81° | 80° |
CMYK | 0.00 | 0.81 | 0.14 0.20 |
XYZ | 33.0920 | 17.2427 | 42.1415 |
Yxy | 17.2427 | 0.3578 | 0.1865 |
Hunter Lab | 41.5243 | 69.5845 | -31.1042 |
CIE-Lab | 48.5644 | 73.4531 | -34.4337 |
#cb27af color RGB value is (203,39,175).
#cb27af hex color red value is 203, green value is 39 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cb27af hue: 0.86 , saturation: 0.68 and the lightness value of cb27af is 0.47.
The process color (four color CMYK) of #cb27af color hex is 0.00, 0.81, 0.14, 0.20. Web safe color of #cb27af is #cc3399. Color #cb27af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00100111 | 10101111 |
Octal | 313 | 47 | 257 |
Decimal | 203 | 39 | 175 |
Hex | CB | 27 | AF |
Shades of #cb27af
Tints of #cb27af
RGB Percentages of Color #cb27af
CMYK Percentages of Color #cb27af
Complementary Color
#cb27af | #27cb43 |
#cb27af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb27af Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb27af Color CSS Codes
.mybgcolor {background-color:#cb27af; } .myforecolor {color:#cb27af; } .mybordercolor {border:3px solid #cb27af; }
#cb27af Text Font Color
<p style="color:#cb27af">Text here</p>
This sample text font color is #cb27af
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.
#cb27af Background Color
<div style="background-color:#cb27af">
Div content here</div>
This div background color is #cb27af
#cb27af Border Color
<div style="border:3px solid #cb27af">
Div here</div>
This div border color is #cb27af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,39,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb27af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb27af; -webkit-box-shadow: 1px 1px 3px 2px #cb27af; box-shadow: 1px 1px 3px 2px #cb27af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,39,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb27af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb27af; -webkit-box-shadow: 1px 1px 3px 2px #cb27af; box-shadow: 1px 1px 3px 2px #cb27af;">
Div content here</div>
This div box has shadow with color #cb27af
Comments
No comments written yet.
Please login to write comment.