Color spaces of #cb35ac
RGB | 203 | 53 | 172 |
---|---|---|---|
HSL | 0.87 | 0.59 | 0.50 |
HSV | 312° | 74° | 80° |
CMYK | 0.00 | 0.74 | 0.15 0.20 |
XYZ | 33.3481 | 18.2213 | 40.7891 |
Yxy | 18.2213 | 0.3611 | 0.1973 |
Hunter Lab | 42.6864 | 64.7491 | -26.7742 |
CIE-Lab | 49.7634 | 69.1899 | -30.7902 |
#cb35ac color RGB value is (203,53,172).
#cb35ac hex color red value is 203, green value is 53 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cb35ac hue: 0.87 , saturation: 0.59 and the lightness value of cb35ac is 0.50.
The process color (four color CMYK) of #cb35ac color hex is 0.00, 0.74, 0.15, 0.20. Web safe color of #cb35ac is #cc3399. Color #cb35ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00110101 | 10101100 |
Octal | 313 | 65 | 254 |
Decimal | 203 | 53 | 172 |
Hex | CB | 35 | AC |
Shades of #cb35ac
Tints of #cb35ac
RGB Percentages of Color #cb35ac
CMYK Percentages of Color #cb35ac
Complementary Color
#cb35ac | #35cb54 |
#cb35ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb35ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb35ac Color CSS Codes
.mybgcolor {background-color:#cb35ac; } .myforecolor {color:#cb35ac; } .mybordercolor {border:3px solid #cb35ac; }
#cb35ac Text Font Color
<p style="color:#cb35ac">Text here</p>
This sample text font color is #cb35ac
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.
#cb35ac Background Color
<div style="background-color:#cb35ac">
Div content here</div>
This div background color is #cb35ac
#cb35ac Border Color
<div style="border:3px solid #cb35ac">
Div here</div>
This div border color is #cb35ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,53,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb35ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb35ac; -webkit-box-shadow: 1px 1px 3px 2px #cb35ac; box-shadow: 1px 1px 3px 2px #cb35ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,53,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb35ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb35ac; -webkit-box-shadow: 1px 1px 3px 2px #cb35ac; box-shadow: 1px 1px 3px 2px #cb35ac;">
Div content here</div>
This div box has shadow with color #cb35ac
Comments
No comments written yet.
Please login to write comment.