Color spaces of #ca9dfd
RGB | 202 | 157 | 253 |
---|---|---|---|
HSL | 0.74 | 0.96 | 0.80 |
HSV | 268° | 38° | 99° |
CMYK | 0.20 | 0.38 | 0.00 0.01 |
XYZ | 54.1437 | 43.7623 | 98.5218 |
Yxy | 43.7623 | 0.2756 | 0.2228 |
Hunter Lab | 66.1531 | 30.3274 | -41.9935 |
CIE-Lab | 72.0693 | 34.8736 | -41.5998 |
#ca9dfd color RGB value is (202,157,253).
#ca9dfd hex color red value is 202, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ca9dfd hue: 0.74 , saturation: 0.96 and the lightness value of ca9dfd is 0.80.
The process color (four color CMYK) of #ca9dfd color hex is 0.20, 0.38, 0.00, 0.01. Web safe color of #ca9dfd is #cc99ff. Color #ca9dfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10011101 | 11111101 |
Octal | 312 | 235 | 375 |
Decimal | 202 | 157 | 253 |
Hex | CA | 9D | FD |
Shades of #ca9dfd
Tints of #ca9dfd
RGB Percentages of Color #ca9dfd
CMYK Percentages of Color #ca9dfd
Complementary Color
#ca9dfd | #d0fd9d |
#ca9dfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca9dfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca9dfd Color CSS Codes
.mybgcolor {background-color:#ca9dfd; } .myforecolor {color:#ca9dfd; } .mybordercolor {border:3px solid #ca9dfd; }
#ca9dfd Text Font Color
<p style="color:#ca9dfd">Text here</p>
This sample text font color is #ca9dfd
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.
#ca9dfd Background Color
<div style="background-color:#ca9dfd">
Div content here</div>
This div background color is #ca9dfd
#ca9dfd Border Color
<div style="border:3px solid #ca9dfd">
Div here</div>
This div border color is #ca9dfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,157,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca9dfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca9dfd; -webkit-box-shadow: 1px 1px 3px 2px #ca9dfd; box-shadow: 1px 1px 3px 2px #ca9dfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,157,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 #ca9dfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca9dfd; -webkit-box-shadow: 1px 1px 3px 2px #ca9dfd; box-shadow: 1px 1px 3px 2px #ca9dfd;">
Div content here</div>
This div box has shadow with color #ca9dfd
Comments
No comments written yet.
Please login to write comment.