Color Hex Logo

#ca87ca Color Hex

#CA87CA
(202,135,202)
0 Favorites   0 Comments

Color spaces of #ca87ca

RGB 202135202
HSL0.830.390.66
HSV300°33°79°
CMYK 0.000.330.00   0.21
XYZ43.681834.148860.1662
Yxy34.14880.31650.2475
Hunter Lab58.437031.1645-20.1386
CIE-Lab65.080536.3700-24.3258

#ca87ca color RGB value is (202,135,202).

#ca87ca hex color red value is 202, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ca87ca hue: 0.83 , saturation: 0.39 and the lightness value of ca87ca is 0.66.

The process color (four color CMYK) of #ca87ca color hex is 0.00, 0.33, 0.00, 0.21. Web safe color of #ca87ca is #cc99cc. Color #ca87ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 11001010
Octal 312 207 312
Decimal 202 135 202
Hex CA 87 CA

RGB Percentages of Color #ca87ca

%37.48
%25.05
%37.48

CMYK Percentages of Color #ca87ca

%0
%33
%0
%21

Triadic Colors of #ca87ca

#ca87ca #caca87 #87caca

Analogous Colors of #ca87ca

#ca87ca #ca87a9 #a987ca

Monochromatic Colors of #ca87ca

#ca87ca

Complementary Color

#ca87ca #87ca87

#ca87ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca87ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca87ca Color CSS Codes

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

#ca87ca Text Font Color

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

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


#ca87ca Background Color

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

This div background color is #ca87ca


#ca87ca Border Color

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

This div border color is #ca87ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca87ca


Comments

No comments written yet.

Please login to write comment.