Color spaces of #ca0fed
RGB | 202 | 15 | 237 |
---|---|---|---|
HSL | 0.81 | 0.88 | 0.49 |
HSV | 291° | 94° | 93° |
CMYK | 0.15 | 0.94 | 0.00 0.07 |
XYZ | 39.8140 | 19.0126 | 81.6921 |
Yxy | 19.0126 | 0.2833 | 0.1353 |
Hunter Lab | 43.6034 | 86.6811 | -80.5588 |
CIE-Lab | 50.7019 | 86.6043 | -66.7308 |
#ca0fed color RGB value is (202,15,237).
#ca0fed hex color red value is 202, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca0fed hue: 0.81 , saturation: 0.88 and the lightness value of ca0fed is 0.49.
The process color (four color CMYK) of #ca0fed color hex is 0.15, 0.94, 0.00, 0.07. Web safe color of #ca0fed is #cc00ff. Color #ca0fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00001111 | 11101101 |
Octal | 312 | 17 | 355 |
Decimal | 202 | 15 | 237 |
Hex | CA | F | ED |
Shades of #ca0fed
Tints of #ca0fed
RGB Percentages of Color #ca0fed
CMYK Percentages of Color #ca0fed
Complementary Color
#ca0fed | #32ed0f |
#ca0fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca0fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca0fed Color CSS Codes
.mybgcolor {background-color:#ca0fed; } .myforecolor {color:#ca0fed; } .mybordercolor {border:3px solid #ca0fed; }
#ca0fed Text Font Color
<p style="color:#ca0fed">Text here</p>
This sample text font color is #ca0fed
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.
#ca0fed Background Color
<div style="background-color:#ca0fed">
Div content here</div>
This div background color is #ca0fed
#ca0fed Border Color
<div style="border:3px solid #ca0fed">
Div here</div>
This div border color is #ca0fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,15,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca0fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca0fed; -webkit-box-shadow: 1px 1px 3px 2px #ca0fed; box-shadow: 1px 1px 3px 2px #ca0fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,15,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca0fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca0fed; -webkit-box-shadow: 1px 1px 3px 2px #ca0fed; box-shadow: 1px 1px 3px 2px #ca0fed;">
Div content here</div>
This div box has shadow with color #ca0fed
Comments
No comments written yet.
Please login to write comment.