Color spaces of #ca2ffd
RGB | 202 | 47 | 253 |
---|---|---|---|
HSL | 0.79 | 0.98 | 0.59 |
HSV | 285° | 81° | 99° |
CMYK | 0.20 | 0.81 | 0.00 0.01 |
XYZ | 43.1033 | 21.6814 | 94.8416 |
Yxy | 21.6814 | 0.2700 | 0.1358 |
Hunter Lab | 46.5633 | 83.7504 | -88.1695 |
CIE-Lab | 53.6873 | 83.7676 | -70.8537 |
#ca2ffd color RGB value is (202,47,253).
#ca2ffd hex color red value is 202, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ca2ffd hue: 0.79 , saturation: 0.98 and the lightness value of ca2ffd is 0.59.
The process color (four color CMYK) of #ca2ffd color hex is 0.20, 0.81, 0.00, 0.01. Web safe color of #ca2ffd is #cc33ff. Color #ca2ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00101111 | 11111101 |
Octal | 312 | 57 | 375 |
Decimal | 202 | 47 | 253 |
Hex | CA | 2F | FD |
Shades of #ca2ffd
Tints of #ca2ffd
RGB Percentages of Color #ca2ffd
CMYK Percentages of Color #ca2ffd
Complementary Color
#ca2ffd | #62fd2f |
#ca2ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca2ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca2ffd Color CSS Codes
.mybgcolor {background-color:#ca2ffd; } .myforecolor {color:#ca2ffd; } .mybordercolor {border:3px solid #ca2ffd; }
#ca2ffd Text Font Color
<p style="color:#ca2ffd">Text here</p>
This sample text font color is #ca2ffd
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.
#ca2ffd Background Color
<div style="background-color:#ca2ffd">
Div content here</div>
This div background color is #ca2ffd
#ca2ffd Border Color
<div style="border:3px solid #ca2ffd">
Div here</div>
This div border color is #ca2ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,47,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca2ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca2ffd; -webkit-box-shadow: 1px 1px 3px 2px #ca2ffd; box-shadow: 1px 1px 3px 2px #ca2ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,47,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca2ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca2ffd; -webkit-box-shadow: 1px 1px 3px 2px #ca2ffd; box-shadow: 1px 1px 3px 2px #ca2ffd;">
Div content here</div>
This div box has shadow with color #ca2ffd
Comments
No comments written yet.
Please login to write comment.