Color spaces of #ca71ee
RGB | 202 | 113 | 238 |
---|---|---|---|
HSL | 0.79 | 0.79 | 0.69 |
HSV | 283° | 53° | 93° |
CMYK | 0.15 | 0.53 | 0.00 0.07 |
XYZ | 45.6949 | 30.5399 | 84.3753 |
Yxy | 30.5399 | 0.2845 | 0.1901 |
Hunter Lab | 55.2629 | 50.8851 | -51.8398 |
CIE-Lab | 62.1173 | 54.9811 | -49.0175 |
#ca71ee color RGB value is (202,113,238).
#ca71ee hex color red value is 202, green value is 113 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ca71ee hue: 0.79 , saturation: 0.79 and the lightness value of ca71ee is 0.69.
The process color (four color CMYK) of #ca71ee color hex is 0.15, 0.53, 0.00, 0.07. Web safe color of #ca71ee is #cc66ff. Color #ca71ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01110001 | 11101110 |
Octal | 312 | 161 | 356 |
Decimal | 202 | 113 | 238 |
Hex | CA | 71 | EE |
Shades of #ca71ee
Tints of #ca71ee
RGB Percentages of Color #ca71ee
CMYK Percentages of Color #ca71ee
Complementary Color
#ca71ee | #95ee71 |
#ca71ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca71ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca71ee Color CSS Codes
.mybgcolor {background-color:#ca71ee; } .myforecolor {color:#ca71ee; } .mybordercolor {border:3px solid #ca71ee; }
#ca71ee Text Font Color
<p style="color:#ca71ee">Text here</p>
This sample text font color is #ca71ee
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.
#ca71ee Background Color
<div style="background-color:#ca71ee">
Div content here</div>
This div background color is #ca71ee
#ca71ee Border Color
<div style="border:3px solid #ca71ee">
Div here</div>
This div border color is #ca71ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,113,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca71ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca71ee; -webkit-box-shadow: 1px 1px 3px 2px #ca71ee; box-shadow: 1px 1px 3px 2px #ca71ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,113,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca71ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca71ee; -webkit-box-shadow: 1px 1px 3px 2px #ca71ee; box-shadow: 1px 1px 3px 2px #ca71ee;">
Div content here</div>
This div box has shadow with color #ca71ee
Comments
No comments written yet.
Please login to write comment.