Color Hex Logo

#ca878c Color Hex

#CA878C
(202,135,140)
0 Favorites   0 Comments

Color spaces of #ca878c

RGB 202135140
HSL0.990.390.66
HSV356°33°79°
CMYK 0.000.330.31   0.21
XYZ37.754731.778028.9548
Yxy31.77800.38330.3227
Hunter Lab56.372020.89809.0068
CIE-Lab63.159026.34567.8684

#ca878c color RGB value is (202,135,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 10001100
Octal 312 207 214
Decimal 202 135 140
Hex CA 87 8C

RGB Percentages of Color #ca878c

%42.35
%28.30
%29.35

CMYK Percentages of Color #ca878c

%0
%33
%31
%21

Triadic Colors of #ca878c

#ca878c #8cca87 #878cca

Analogous Colors of #ca878c

#ca878c #caa487 #ca87ae

Monochromatic Colors of #ca878c

#ca878c

Complementary Color

#ca878c #87cac5

#ca878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca878c Color CSS Codes

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

#ca878c Text Font Color

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

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


#ca878c Background Color

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

This div background color is #ca878c


#ca878c Border Color

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

This div border color is #ca878c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca878c


Comments

No comments written yet.

Please login to write comment.