Color spaces of #cb41ba
RGB | 203 | 65 | 186 |
---|---|---|---|
HSL | 0.85 | 0.57 | 0.53 |
HSV | 307° | 68° | 80° |
CMYK | 0.00 | 0.68 | 0.08 0.20 |
XYZ | 35.3818 | 20.0223 | 48.4542 |
Yxy | 20.0223 | 0.3407 | 0.1928 |
Hunter Lab | 44.7463 | 62.8376 | -32.8807 |
CIE-Lab | 51.8624 | 67.1703 | -35.6893 |
#cb41ba color RGB value is (203,65,186).
#cb41ba hex color red value is 203, green value is 65 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cb41ba hue: 0.85 , saturation: 0.57 and the lightness value of cb41ba is 0.53.
The process color (four color CMYK) of #cb41ba color hex is 0.00, 0.68, 0.08, 0.20. Web safe color of #cb41ba is #cc33cc. Color #cb41ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01000001 | 10111010 |
Octal | 313 | 101 | 272 |
Decimal | 203 | 65 | 186 |
Hex | CB | 41 | BA |
Shades of #cb41ba
Tints of #cb41ba
RGB Percentages of Color #cb41ba
CMYK Percentages of Color #cb41ba
Complementary Color
#cb41ba | #41cb52 |
#cb41ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb41ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb41ba Color CSS Codes
.mybgcolor {background-color:#cb41ba; } .myforecolor {color:#cb41ba; } .mybordercolor {border:3px solid #cb41ba; }
#cb41ba Text Font Color
<p style="color:#cb41ba">Text here</p>
This sample text font color is #cb41ba
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.
#cb41ba Background Color
<div style="background-color:#cb41ba">
Div content here</div>
This div background color is #cb41ba
#cb41ba Border Color
<div style="border:3px solid #cb41ba">
Div here</div>
This div border color is #cb41ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,65,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb41ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb41ba; -webkit-box-shadow: 1px 1px 3px 2px #cb41ba; box-shadow: 1px 1px 3px 2px #cb41ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,65,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb41ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb41ba; -webkit-box-shadow: 1px 1px 3px 2px #cb41ba; box-shadow: 1px 1px 3px 2px #cb41ba;">
Div content here</div>
This div box has shadow with color #cb41ba
Comments
No comments written yet.
Please login to write comment.