Color spaces of #ca7edf
RGB | 202 | 126 | 223 |
---|---|---|---|
HSL | 0.80 | 0.60 | 0.68 |
HSV | 287° | 43° | 87° |
CMYK | 0.09 | 0.43 | 0.00 0.13 |
XYZ | 45.1373 | 32.8060 | 73.7652 |
Yxy | 32.8060 | 0.2975 | 0.2162 |
Hunter Lab | 57.2765 | 40.4347 | -36.2647 |
CIE-Lab | 64.0035 | 45.2511 | -37.7179 |
#ca7edf color RGB value is (202,126,223).
#ca7edf hex color red value is 202, green value is 126 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca7edf hue: 0.80 , saturation: 0.60 and the lightness value of ca7edf is 0.68.
The process color (four color CMYK) of #ca7edf color hex is 0.09, 0.43, 0.00, 0.13. Web safe color of #ca7edf is #cc66cc. Color #ca7edf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01111110 | 11011111 |
Octal | 312 | 176 | 337 |
Decimal | 202 | 126 | 223 |
Hex | CA | 7E | DF |
Shades of #ca7edf
Tints of #ca7edf
RGB Percentages of Color #ca7edf
CMYK Percentages of Color #ca7edf
Complementary Color
#ca7edf | #93df7e |
#ca7edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca7edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca7edf Color CSS Codes
.mybgcolor {background-color:#ca7edf; } .myforecolor {color:#ca7edf; } .mybordercolor {border:3px solid #ca7edf; }
#ca7edf Text Font Color
<p style="color:#ca7edf">Text here</p>
This sample text font color is #ca7edf
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.
#ca7edf Background Color
<div style="background-color:#ca7edf">
Div content here</div>
This div background color is #ca7edf
#ca7edf Border Color
<div style="border:3px solid #ca7edf">
Div here</div>
This div border color is #ca7edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,126,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca7edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca7edf; -webkit-box-shadow: 1px 1px 3px 2px #ca7edf; box-shadow: 1px 1px 3px 2px #ca7edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,126,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 #ca7edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca7edf; -webkit-box-shadow: 1px 1px 3px 2px #ca7edf; box-shadow: 1px 1px 3px 2px #ca7edf;">
Div content here</div>
This div box has shadow with color #ca7edf
Comments
No comments written yet.
Please login to write comment.