Color spaces of #ca8eff
RGB | 202 | 142 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.78 |
HSV | 272° | 44° | 100° |
CMYK | 0.21 | 0.44 | 0.00 0.00 |
XYZ | 52.0801 | 39.1226 | 99.4142 |
Yxy | 39.1226 | 0.2732 | 0.2052 |
Hunter Lab | 62.5481 | 39.1674 | -50.4522 |
CIE-Lab | 68.8400 | 43.4591 | -47.7500 |
#ca8eff color RGB value is (202,142,255).
#ca8eff hex color red value is 202, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ca8eff hue: 0.76 , saturation: 1.00 and the lightness value of ca8eff is 0.78.
The process color (four color CMYK) of #ca8eff color hex is 0.21, 0.44, 0.00, 0.00. Web safe color of #ca8eff is #cc99ff. Color #ca8eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10001110 | 11111111 |
Octal | 312 | 216 | 377 |
Decimal | 202 | 142 | 255 |
Hex | CA | 8E | FF |
Shades of #ca8eff
Tints of #ca8eff
RGB Percentages of Color #ca8eff
CMYK Percentages of Color #ca8eff
Complementary Color
#ca8eff | #c3ff8e |
#ca8eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca8eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca8eff Color CSS Codes
.mybgcolor {background-color:#ca8eff; } .myforecolor {color:#ca8eff; } .mybordercolor {border:3px solid #ca8eff; }
#ca8eff Text Font Color
<p style="color:#ca8eff">Text here</p>
This sample text font color is #ca8eff
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.
#ca8eff Background Color
<div style="background-color:#ca8eff">
Div content here</div>
This div background color is #ca8eff
#ca8eff Border Color
<div style="border:3px solid #ca8eff">
Div here</div>
This div border color is #ca8eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,142,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca8eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca8eff; -webkit-box-shadow: 1px 1px 3px 2px #ca8eff; box-shadow: 1px 1px 3px 2px #ca8eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,142,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 #ca8eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca8eff; -webkit-box-shadow: 1px 1px 3px 2px #ca8eff; box-shadow: 1px 1px 3px 2px #ca8eff;">
Div content here</div>
This div box has shadow with color #ca8eff
Comments
No comments written yet.
Please login to write comment.