Color Hex Logo

#ca878f Color Hex

#CA878F
(202,135,143)
0 Favorites   0 Comments

Color spaces of #ca878f

RGB 202135143
HSL0.980.390.66
HSV353°33°79°
CMYK 0.000.330.29   0.21
XYZ37.979031.867730.1360
Yxy31.86770.37990.3187
Hunter Lab56.451521.29987.8647
CIE-Lab63.233426.75136.2711

#ca878f color RGB value is (202,135,143).

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

The process color (four color CMYK) of #ca878f color hex is 0.00, 0.33, 0.29, 0.21. Web safe color of #ca878f is #cc9999. Color #ca878f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 10001111
Octal 312 207 217
Decimal 202 135 143
Hex CA 87 8F

RGB Percentages of Color #ca878f

%42.08
%28.13
%29.79

CMYK Percentages of Color #ca878f

%0
%33
%29
%21

Triadic Colors of #ca878f

#ca878f #8fca87 #878fca

Analogous Colors of #ca878f

#ca878f #caa187 #ca87b1

Monochromatic Colors of #ca878f

#ca878f

Complementary Color

#ca878f #87cac2

#ca878f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca878f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca878f Color CSS Codes

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

#ca878f Text Font Color

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

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


#ca878f Background Color

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

This div background color is #ca878f


#ca878f Border Color

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

This div border color is #ca878f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca878f


Comments

No comments written yet.

Please login to write comment.