Color Hex Logo

#ca86bb Color Hex

#CA86BB
(202,134,187)
0 Favorites   0 Comments

Color spaces of #ca86bb

RGB 202134187
HSL0.870.390.66
HSV313°34°79°
CMYK 0.000.340.07   0.21
XYZ41.851933.194651.2151
Yxy33.19460.33150.2629
Hunter Lab57.614828.8383-12.3739
CIE-Lab64.318234.1908-17.0606

#ca86bb color RGB value is (202,134,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000110 10111011
Octal 312 206 273
Decimal 202 134 187
Hex CA 86 BB

RGB Percentages of Color #ca86bb

%38.62
%25.62
%35.76

CMYK Percentages of Color #ca86bb

%0
%34
%7
%21

Triadic Colors of #ca86bb

#ca86bb #bbca86 #86bbca

Analogous Colors of #ca86bb

#ca86bb #ca8699 #b786ca

Monochromatic Colors of #ca86bb

#ca86bb

Complementary Color

#ca86bb #86ca95

#ca86bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca86bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca86bb Color CSS Codes

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

#ca86bb Text Font Color

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

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


#ca86bb Background Color

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

This div background color is #ca86bb


#ca86bb Border Color

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

This div border color is #ca86bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca86bb


Comments

No comments written yet.

Please login to write comment.