Color Hex Logo

#ca8ad7 Color Hex

#CA8AD7
(202,138,215)
0 Favorites   0 Comments

Color spaces of #ca8ad7

RGB 202138215
HSL0.810.490.69
HSV290°36°84°
CMYK 0.060.360.00   0.16
XYZ45.711335.639868.7599
Yxy35.63980.30450.2374
Hunter Lab59.699132.2032-26.4994
CIE-Lab66.243837.2414-29.7890

#ca8ad7 color RGB value is (202,138,215).

#ca8ad7 hex color red value is 202, green value is 138 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ca8ad7 hue: 0.81 , saturation: 0.49 and the lightness value of ca8ad7 is 0.69.

The process color (four color CMYK) of #ca8ad7 color hex is 0.06, 0.36, 0.00, 0.16. Web safe color of #ca8ad7 is #cc99cc. Color #ca8ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001010 11010111
Octal 312 212 327
Decimal 202 138 215
Hex CA 8A D7

RGB Percentages of Color #ca8ad7

%36.40
%24.86
%38.74

CMYK Percentages of Color #ca8ad7

%6
%36
%0
%16

Triadic Colors of #ca8ad7

#ca8ad7 #d7ca8a #8ad7ca

Analogous Colors of #ca8ad7

#ca8ad7 #d78abe #a48ad7

Monochromatic Colors of #ca8ad7

#ca8ad7

Complementary Color

#ca8ad7 #97d78a

#ca8ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8ad7 Color CSS Codes

.mybgcolor {background-color:#ca8ad7; } 
.myforecolor {color:#ca8ad7; }
.mybordercolor {border:3px solid #ca8ad7; }

#ca8ad7 Text Font Color

<p style="color:#ca8ad7">Text here</p>

This sample text font color is #ca8ad7
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.


#ca8ad7 Background Color

<div style="background-color:#ca8ad7">
Div content here</div>

This div background color is #ca8ad7


#ca8ad7 Border Color

<div style="border:3px solid #ca8ad7">
Div here</div>

This div border color is #ca8ad7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,138,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca8ad7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca8ad7;
  -webkit-box-shadow: 1px 1px 3px 2px #ca8ad7;
  box-shadow:         1px 1px 3px 2px #ca8ad7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,138,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca8ad7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca8ad7;
  -webkit-box-shadow: 1px 1px 3px 2px #ca8ad7;
  box-shadow:         1px 1px 3px 2px #ca8ad7;">
Div content here</div>

This div box has shadow with color #ca8ad7


Comments

No comments written yet.

Please login to write comment.