Color spaces of #ca95ff
RGB | 202 | 149 | 255 |
---|---|---|---|
HSL | 0.75 | 1.00 | 0.79 |
HSV | 270° | 42° | 100° |
CMYK | 0.21 | 0.42 | 0.00 0.00 |
XYZ | 53.1546 | 41.2714 | 99.7724 |
Yxy | 41.2714 | 0.2737 | 0.2125 |
Hunter Lab | 64.2428 | 35.2662 | -47.1104 |
CIE-Lab | 70.3657 | 39.6776 | -45.3522 |
#ca95ff color RGB value is (202,149,255).
#ca95ff hex color red value is 202, green value is 149 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ca95ff hue: 0.75 , saturation: 1.00 and the lightness value of ca95ff is 0.79.
The process color (four color CMYK) of #ca95ff color hex is 0.21, 0.42, 0.00, 0.00. Web safe color of #ca95ff is #cc99ff. Color #ca95ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010101 | 11111111 |
Octal | 312 | 225 | 377 |
Decimal | 202 | 149 | 255 |
Hex | CA | 95 | FF |
Shades of #ca95ff
Tints of #ca95ff
RGB Percentages of Color #ca95ff
CMYK Percentages of Color #ca95ff
Complementary Color
#ca95ff | #caff95 |
#ca95ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca95ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca95ff Color CSS Codes
.mybgcolor {background-color:#ca95ff; } .myforecolor {color:#ca95ff; } .mybordercolor {border:3px solid #ca95ff; }
#ca95ff Text Font Color
<p style="color:#ca95ff">Text here</p>
This sample text font color is #ca95ff
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.
#ca95ff Background Color
<div style="background-color:#ca95ff">
Div content here</div>
This div background color is #ca95ff
#ca95ff Border Color
<div style="border:3px solid #ca95ff">
Div here</div>
This div border color is #ca95ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,149,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca95ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca95ff; -webkit-box-shadow: 1px 1px 3px 2px #ca95ff; box-shadow: 1px 1px 3px 2px #ca95ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,149,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 #ca95ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca95ff; -webkit-box-shadow: 1px 1px 3px 2px #ca95ff; box-shadow: 1px 1px 3px 2px #ca95ff;">
Div content here</div>
This div box has shadow with color #ca95ff
Related Colors
Comments
No comments written yet.
Please login to write comment.