Color spaces of #ca4bbb
RGB | 202 | 75 | 187 |
---|---|---|---|
HSL | 0.85 | 0.55 | 0.54 |
HSV | 307° | 63° | 79° |
CMYK | 0.00 | 0.63 | 0.07 0.21 |
XYZ | 35.8428 | 21.1766 | 49.2121 |
Yxy | 21.1766 | 0.3374 | 0.1993 |
Hunter Lab | 46.0180 | 58.4996 | -31.1926 |
CIE-Lab | 53.1422 | 63.2093 | -34.2747 |
#ca4bbb color RGB value is (202,75,187).
#ca4bbb hex color red value is 202, green value is 75 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ca4bbb hue: 0.85 , saturation: 0.55 and the lightness value of ca4bbb is 0.54.
The process color (four color CMYK) of #ca4bbb color hex is 0.00, 0.63, 0.07, 0.21. Web safe color of #ca4bbb is #cc33cc. Color #ca4bbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01001011 | 10111011 |
Octal | 312 | 113 | 273 |
Decimal | 202 | 75 | 187 |
Hex | CA | 4B | BB |
Shades of #ca4bbb
Tints of #ca4bbb
RGB Percentages of Color #ca4bbb
CMYK Percentages of Color #ca4bbb
Complementary Color
#ca4bbb | #4bca5a |
#ca4bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca4bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca4bbb Color CSS Codes
.mybgcolor {background-color:#ca4bbb; } .myforecolor {color:#ca4bbb; } .mybordercolor {border:3px solid #ca4bbb; }
#ca4bbb Text Font Color
<p style="color:#ca4bbb">Text here</p>
This sample text font color is #ca4bbb
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.
#ca4bbb Background Color
<div style="background-color:#ca4bbb">
Div content here</div>
This div background color is #ca4bbb
#ca4bbb Border Color
<div style="border:3px solid #ca4bbb">
Div here</div>
This div border color is #ca4bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,75,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca4bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca4bbb; -webkit-box-shadow: 1px 1px 3px 2px #ca4bbb; box-shadow: 1px 1px 3px 2px #ca4bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,75,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca4bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca4bbb; -webkit-box-shadow: 1px 1px 3px 2px #ca4bbb; box-shadow: 1px 1px 3px 2px #ca4bbb;">
Div content here</div>
This div box has shadow with color #ca4bbb
Comments
No comments written yet.
Please login to write comment.