Color Hex Logo

#ca86cc Color Hex

#CA86CC
(202,134,204)
0 Favorites   0 Comments

Color spaces of #ca86cc

RGB 202134204
HSL0.830.410.66
HSV298°34°80°
CMYK 0.010.340.00   0.20
XYZ43.781333.966461.3754
Yxy33.96640.31470.2441
Hunter Lab58.280732.1005-21.6418
CIE-Lab64.935937.2861-25.6673

#ca86cc color RGB value is (202,134,204).

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

The process color (four color CMYK) of #ca86cc color hex is 0.01, 0.34, 0.00, 0.20. Web safe color of #ca86cc is #cc99cc. Color #ca86cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000110 11001100
Octal 312 206 314
Decimal 202 134 204
Hex CA 86 CC

RGB Percentages of Color #ca86cc

%37.41
%24.81
%37.78

CMYK Percentages of Color #ca86cc

%1
%34
%0
%20

Triadic Colors of #ca86cc

#ca86cc #ccca86 #86ccca

Analogous Colors of #ca86cc

#ca86cc #cc86ab #a786cc

Monochromatic Colors of #ca86cc

#ca86cc

Complementary Color

#ca86cc #88cc86

#ca86cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca86cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca86cc Color CSS Codes

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

#ca86cc Text Font Color

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

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


#ca86cc Background Color

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

This div background color is #ca86cc


#ca86cc Border Color

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

This div border color is #ca86cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca86cc


Comments

No comments written yet.

Please login to write comment.