Color Hex Logo

#ca87bc Color Hex

#CA87BC
(202,135,188)
0 Favorites   0 Comments

Color spaces of #ca87bc

RGB 202135188
HSL0.870.390.66
HSV313°33°79°
CMYK 0.000.330.07   0.21
XYZ42.098233.515351.8272
Yxy33.51530.33030.2630
Hunter Lab57.892428.4899-12.5537
CIE-Lab64.576033.8243-17.2333

#ca87bc color RGB value is (202,135,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 10111100
Octal 312 207 274
Decimal 202 135 188
Hex CA 87 BC

RGB Percentages of Color #ca87bc

%38.48
%25.71
%35.81

CMYK Percentages of Color #ca87bc

%0
%33
%7
%21

Triadic Colors of #ca87bc

#ca87bc #bcca87 #87bcca

Analogous Colors of #ca87bc

#ca87bc #ca879b #b787ca

Monochromatic Colors of #ca87bc

#ca87bc

Complementary Color

#ca87bc #87ca95

#ca87bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca87bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca87bc Color CSS Codes

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

#ca87bc Text Font Color

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

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


#ca87bc Background Color

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

This div background color is #ca87bc


#ca87bc Border Color

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

This div border color is #ca87bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca87bc


Comments

No comments written yet.

Please login to write comment.