Color Hex Logo

#ca86db Color Hex

#CA86DB
(202,134,219)
0 Favorites   0 Comments

Color spaces of #ca86db

RGB 202134219
HSL0.800.540.69
HSV288°39°86°
CMYK 0.080.390.00   0.14
XYZ45.668434.721271.3127
Yxy34.72120.30100.2289
Hunter Lab58.924735.2246-30.5075
CIE-Lab65.531040.1910-33.1156

#ca86db color RGB value is (202,134,219).

#ca86db hex color red value is 202, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca86db hue: 0.80 , saturation: 0.54 and the lightness value of ca86db is 0.69.

The process color (four color CMYK) of #ca86db color hex is 0.08, 0.39, 0.00, 0.14. Web safe color of #ca86db is #cc99cc. Color #ca86db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000110 11011011
Octal 312 206 333
Decimal 202 134 219
Hex CA 86 DB

RGB Percentages of Color #ca86db

%36.40
%24.14
%39.46

CMYK Percentages of Color #ca86db

%8
%39
%0
%14

Triadic Colors of #ca86db

#ca86db #dbca86 #86dbca

Analogous Colors of #ca86db

#ca86db #db86c2 #a086db

Monochromatic Colors of #ca86db

#ca86db

Complementary Color

#ca86db #97db86

#ca86db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca86db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca86db Color CSS Codes

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

#ca86db Text Font Color

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

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


#ca86db Background Color

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

This div background color is #ca86db


#ca86db Border Color

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

This div border color is #ca86db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca86db


Comments

No comments written yet.

Please login to write comment.