Color spaces of #cb1ead
RGB | 203 | 30 | 173 |
---|---|---|---|
HSL | 0.86 | 0.74 | 0.46 |
HSV | 310° | 85° | 80° |
CMYK | 0.00 | 0.85 | 0.15 0.20 |
XYZ | 32.6357 | 16.6422 | 41.0273 |
Yxy | 16.6422 | 0.3614 | 0.1843 |
Hunter Lab | 40.7949 | 71.4082 | -31.0714 |
CIE-Lab | 47.8060 | 75.0978 | -34.4452 |
#cb1ead color RGB value is (203,30,173).
#cb1ead hex color red value is 203, green value is 30 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cb1ead hue: 0.86 , saturation: 0.74 and the lightness value of cb1ead is 0.46.
The process color (four color CMYK) of #cb1ead color hex is 0.00, 0.85, 0.15, 0.20. Web safe color of #cb1ead is #cc3399. Color #cb1ead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00011110 | 10101101 |
Octal | 313 | 36 | 255 |
Decimal | 203 | 30 | 173 |
Hex | CB | 1E | AD |
Shades of #cb1ead
Tints of #cb1ead
RGB Percentages of Color #cb1ead
CMYK Percentages of Color #cb1ead
Complementary Color
#cb1ead | #1ecb3c |
#cb1ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb1ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb1ead Color CSS Codes
.mybgcolor {background-color:#cb1ead; } .myforecolor {color:#cb1ead; } .mybordercolor {border:3px solid #cb1ead; }
#cb1ead Text Font Color
<p style="color:#cb1ead">Text here</p>
This sample text font color is #cb1ead
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.
#cb1ead Background Color
<div style="background-color:#cb1ead">
Div content here</div>
This div background color is #cb1ead
#cb1ead Border Color
<div style="border:3px solid #cb1ead">
Div here</div>
This div border color is #cb1ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,30,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb1ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb1ead; -webkit-box-shadow: 1px 1px 3px 2px #cb1ead; box-shadow: 1px 1px 3px 2px #cb1ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,30,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 #cb1ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb1ead; -webkit-box-shadow: 1px 1px 3px 2px #cb1ead; box-shadow: 1px 1px 3px 2px #cb1ead;">
Div content here</div>
This div box has shadow with color #cb1ead
Comments
No comments written yet.
Please login to write comment.