Color Hex Logo

#ca87bb Color Hex

#CA87BB
(202,135,187)
0 Favorites   0 Comments

Color spaces of #ca87bb

RGB 202135187
HSL0.870.390.66
HSV313°33°79°
CMYK 0.000.330.07   0.21
XYZ41.990733.472451.2614
Yxy33.47240.33140.2641
Hunter Lab57.855328.3063-12.0338
CIE-Lab64.541633.6478-16.7222

#ca87bb color RGB value is (202,135,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 10111011
Octal 312 207 273
Decimal 202 135 187
Hex CA 87 BB

RGB Percentages of Color #ca87bb

%38.55
%25.76
%35.69

CMYK Percentages of Color #ca87bb

%0
%33
%7
%21

Triadic Colors of #ca87bb

#ca87bb #bbca87 #87bbca

Analogous Colors of #ca87bb

#ca87bb #ca879a #b887ca

Monochromatic Colors of #ca87bb

#ca87bb

Complementary Color

#ca87bb #87ca96

#ca87bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca87bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca87bb Color CSS Codes

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

#ca87bb Text Font Color

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

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


#ca87bb Background Color

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

This div background color is #ca87bb


#ca87bb Border Color

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

This div border color is #ca87bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca87bb


Comments

No comments written yet.

Please login to write comment.