Color spaces of #ca3fab
RGB | 202 | 63 | 171 |
---|---|---|---|
HSL | 0.87 | 0.57 | 0.52 |
HSV | 313° | 69° | 79° |
CMYK | 0.00 | 0.69 | 0.15 0.21 |
XYZ | 33.4853 | 19.0518 | 40.4406 |
Yxy | 19.0518 | 0.3601 | 0.2049 |
Hunter Lab | 43.6484 | 60.5535 | -24.3789 |
CIE-Lab | 50.7478 | 65.4301 | -28.6813 |
#ca3fab color RGB value is (202,63,171).
#ca3fab hex color red value is 202, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca3fab hue: 0.87 , saturation: 0.57 and the lightness value of ca3fab is 0.52.
The process color (four color CMYK) of #ca3fab color hex is 0.00, 0.69, 0.15, 0.21. Web safe color of #ca3fab is #cc3399. Color #ca3fab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00111111 | 10101011 |
Octal | 312 | 77 | 253 |
Decimal | 202 | 63 | 171 |
Hex | CA | 3F | AB |
Shades of #ca3fab
Tints of #ca3fab
RGB Percentages of Color #ca3fab
CMYK Percentages of Color #ca3fab
Complementary Color
#ca3fab | #3fca5e |
#ca3fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca3fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca3fab Color CSS Codes
.mybgcolor {background-color:#ca3fab; } .myforecolor {color:#ca3fab; } .mybordercolor {border:3px solid #ca3fab; }
#ca3fab Text Font Color
<p style="color:#ca3fab">Text here</p>
This sample text font color is #ca3fab
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.
#ca3fab Background Color
<div style="background-color:#ca3fab">
Div content here</div>
This div background color is #ca3fab
#ca3fab Border Color
<div style="border:3px solid #ca3fab">
Div here</div>
This div border color is #ca3fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,63,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca3fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca3fab; -webkit-box-shadow: 1px 1px 3px 2px #ca3fab; box-shadow: 1px 1px 3px 2px #ca3fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,63,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca3fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca3fab; -webkit-box-shadow: 1px 1px 3px 2px #ca3fab; box-shadow: 1px 1px 3px 2px #ca3fab;">
Div content here</div>
This div box has shadow with color #ca3fab
Comments
No comments written yet.
Please login to write comment.