Color spaces of #cb18ad
RGB | 203 | 24 | 173 |
---|---|---|---|
HSL | 0.86 | 0.79 | 0.45 |
HSV | 310° | 88° | 80° |
CMYK | 0.00 | 0.88 | 0.15 0.20 |
XYZ | 32.4981 | 16.3669 | 40.9815 |
Yxy | 16.3669 | 0.3617 | 0.1822 |
Hunter Lab | 40.4560 | 72.5900 | -31.7409 |
CIE-Lab | 47.4522 | 76.1300 | -35.0014 |
#cb18ad color RGB value is (203,24,173).
#cb18ad hex color red value is 203, green value is 24 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cb18ad hue: 0.86 , saturation: 0.79 and the lightness value of cb18ad is 0.45.
The process color (four color CMYK) of #cb18ad color hex is 0.00, 0.88, 0.15, 0.20. Web safe color of #cb18ad is #cc0099. Color #cb18ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00011000 | 10101101 |
Octal | 313 | 30 | 255 |
Decimal | 203 | 24 | 173 |
Hex | CB | 18 | AD |
Shades of #cb18ad
Tints of #cb18ad
RGB Percentages of Color #cb18ad
CMYK Percentages of Color #cb18ad
Complementary Color
#cb18ad | #18cb36 |
#cb18ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb18ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb18ad Color CSS Codes
.mybgcolor {background-color:#cb18ad; } .myforecolor {color:#cb18ad; } .mybordercolor {border:3px solid #cb18ad; }
#cb18ad Text Font Color
<p style="color:#cb18ad">Text here</p>
This sample text font color is #cb18ad
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.
#cb18ad Background Color
<div style="background-color:#cb18ad">
Div content here</div>
This div background color is #cb18ad
#cb18ad Border Color
<div style="border:3px solid #cb18ad">
Div here</div>
This div border color is #cb18ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,24,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb18ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb18ad; -webkit-box-shadow: 1px 1px 3px 2px #cb18ad; box-shadow: 1px 1px 3px 2px #cb18ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,24,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb18ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb18ad; -webkit-box-shadow: 1px 1px 3px 2px #cb18ad; box-shadow: 1px 1px 3px 2px #cb18ad;">
Div content here</div>
This div box has shadow with color #cb18ad
Comments
No comments written yet.
Please login to write comment.