Color Hex Logo

#ca86ca Color Hex

#CA86CA
(202,134,202)
0 Favorites   0 Comments

Color spaces of #ca86ca

RGB 202134202
HSL0.830.390.66
HSV300°34°79°
CMYK 0.000.340.00   0.21
XYZ43.542933.871060.1199
Yxy33.87100.31660.2463
Hunter Lab58.198831.7014-20.5080
CIE-Lab64.860036.9108-24.6638

#ca86ca color RGB value is (202,134,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000110 11001010
Octal 312 206 312
Decimal 202 134 202
Hex CA 86 CA

RGB Percentages of Color #ca86ca

%37.55
%24.91
%37.55

CMYK Percentages of Color #ca86ca

%0
%34
%0
%21

Triadic Colors of #ca86ca

#ca86ca #caca86 #86caca

Analogous Colors of #ca86ca

#ca86ca #ca86a8 #a886ca

Monochromatic Colors of #ca86ca

#ca86ca

Complementary Color

#ca86ca #86ca86

#ca86ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca86ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca86ca Color CSS Codes

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

#ca86ca Text Font Color

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

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


#ca86ca Background Color

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

This div background color is #ca86ca


#ca86ca Border Color

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

This div border color is #ca86ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,134,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 #ca86ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca86ca


Comments

No comments written yet.

Please login to write comment.