Color spaces of #ca7ddf
RGB | 202 | 125 | 223 |
---|---|---|---|
HSL | 0.80 | 0.60 | 0.68 |
HSV | 287° | 44° | 87° |
CMYK | 0.09 | 0.44 | 0.00 0.13 |
XYZ | 45.0100 | 32.5515 | 73.7228 |
Yxy | 32.5515 | 0.2975 | 0.2152 |
Hunter Lab | 57.0539 | 40.9748 | -36.6744 |
CIE-Lab | 63.7961 | 45.7780 | -38.0418 |
#ca7ddf color RGB value is (202,125,223).
#ca7ddf hex color red value is 202, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca7ddf hue: 0.80 , saturation: 0.60 and the lightness value of ca7ddf is 0.68.
The process color (four color CMYK) of #ca7ddf color hex is 0.09, 0.44, 0.00, 0.13. Web safe color of #ca7ddf is #cc66cc. Color #ca7ddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01111101 | 11011111 |
Octal | 312 | 175 | 337 |
Decimal | 202 | 125 | 223 |
Hex | CA | 7D | DF |
Shades of #ca7ddf
Tints of #ca7ddf
RGB Percentages of Color #ca7ddf
CMYK Percentages of Color #ca7ddf
Complementary Color
#ca7ddf | #92df7d |
#ca7ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca7ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca7ddf Color CSS Codes
.mybgcolor {background-color:#ca7ddf; } .myforecolor {color:#ca7ddf; } .mybordercolor {border:3px solid #ca7ddf; }
#ca7ddf Text Font Color
<p style="color:#ca7ddf">Text here</p>
This sample text font color is #ca7ddf
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.
#ca7ddf Background Color
<div style="background-color:#ca7ddf">
Div content here</div>
This div background color is #ca7ddf
#ca7ddf Border Color
<div style="border:3px solid #ca7ddf">
Div here</div>
This div border color is #ca7ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,125,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca7ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca7ddf; -webkit-box-shadow: 1px 1px 3px 2px #ca7ddf; box-shadow: 1px 1px 3px 2px #ca7ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,125,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca7ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca7ddf; -webkit-box-shadow: 1px 1px 3px 2px #ca7ddf; box-shadow: 1px 1px 3px 2px #ca7ddf;">
Div content here</div>
This div box has shadow with color #ca7ddf
#ca7ddf Color Palettes
Comments
No comments written yet.
Please login to write comment.