Color spaces of #ca0feb
RGB | 202 | 15 | 235 |
---|---|---|---|
HSL | 0.81 | 0.88 | 0.49 |
HSV | 291° | 94° | 92° |
CMYK | 0.14 | 0.94 | 0.00 0.08 |
XYZ | 39.5233 | 18.8964 | 80.1615 |
Yxy | 18.8964 | 0.2852 | 0.1364 |
Hunter Lab | 43.4700 | 86.2213 | -78.9056 |
CIE-Lab | 50.5658 | 86.2785 | -65.8234 |
#ca0feb color RGB value is (202,15,235).
#ca0feb hex color red value is 202, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca0feb hue: 0.81 , saturation: 0.88 and the lightness value of ca0feb is 0.49.
The process color (four color CMYK) of #ca0feb color hex is 0.14, 0.94, 0.00, 0.08. Web safe color of #ca0feb is #cc00ff. Color #ca0feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00001111 | 11101011 |
Octal | 312 | 17 | 353 |
Decimal | 202 | 15 | 235 |
Hex | CA | F | EB |
Shades of #ca0feb
Tints of #ca0feb
RGB Percentages of Color #ca0feb
CMYK Percentages of Color #ca0feb
Complementary Color
#ca0feb | #30eb0f |
#ca0feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca0feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca0feb Color CSS Codes
.mybgcolor {background-color:#ca0feb; } .myforecolor {color:#ca0feb; } .mybordercolor {border:3px solid #ca0feb; }
#ca0feb Text Font Color
<p style="color:#ca0feb">Text here</p>
This sample text font color is #ca0feb
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.
#ca0feb Background Color
<div style="background-color:#ca0feb">
Div content here</div>
This div background color is #ca0feb
#ca0feb Border Color
<div style="border:3px solid #ca0feb">
Div here</div>
This div border color is #ca0feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,15,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca0feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca0feb; -webkit-box-shadow: 1px 1px 3px 2px #ca0feb; box-shadow: 1px 1px 3px 2px #ca0feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,15,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca0feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca0feb; -webkit-box-shadow: 1px 1px 3px 2px #ca0feb; box-shadow: 1px 1px 3px 2px #ca0feb;">
Div content here</div>
This div box has shadow with color #ca0feb
Comments
No comments written yet.
Please login to write comment.