Color spaces of #ca81ff
RGB | 202 | 129 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.75 |
HSV | 275° | 49° | 100° |
CMYK | 0.21 | 0.49 | 0.00 0.00 |
XYZ | 50.2574 | 35.4771 | 98.8066 |
Yxy | 35.4771 | 0.2723 | 0.1922 |
Hunter Lab | 59.5627 | 46.3789 | -56.6604 |
CIE-Lab | 66.1184 | 50.3599 | -52.0462 |
#ca81ff color RGB value is (202,129,255).
#ca81ff hex color red value is 202, green value is 129 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ca81ff hue: 0.76 , saturation: 1.00 and the lightness value of ca81ff is 0.75.
The process color (four color CMYK) of #ca81ff color hex is 0.21, 0.49, 0.00, 0.00. Web safe color of #ca81ff is #cc99ff. Color #ca81ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10000001 | 11111111 |
Octal | 312 | 201 | 377 |
Decimal | 202 | 129 | 255 |
Hex | CA | 81 | FF |
Shades of #ca81ff
Tints of #ca81ff
RGB Percentages of Color #ca81ff
CMYK Percentages of Color #ca81ff
Complementary Color
#ca81ff | #b6ff81 |
#ca81ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca81ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca81ff Color CSS Codes
.mybgcolor {background-color:#ca81ff; } .myforecolor {color:#ca81ff; } .mybordercolor {border:3px solid #ca81ff; }
#ca81ff Text Font Color
<p style="color:#ca81ff">Text here</p>
This sample text font color is #ca81ff
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.
#ca81ff Background Color
<div style="background-color:#ca81ff">
Div content here</div>
This div background color is #ca81ff
#ca81ff Border Color
<div style="border:3px solid #ca81ff">
Div here</div>
This div border color is #ca81ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,129,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca81ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca81ff; -webkit-box-shadow: 1px 1px 3px 2px #ca81ff; box-shadow: 1px 1px 3px 2px #ca81ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,129,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca81ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca81ff; -webkit-box-shadow: 1px 1px 3px 2px #ca81ff; box-shadow: 1px 1px 3px 2px #ca81ff;">
Div content here</div>
This div box has shadow with color #ca81ff
#ca81ff Color Palettes
Comments
No comments written yet.
Please login to write comment.