Color Hex Logo

#ca879e Color Hex

#CA879E
(202,135,158)
0 Favorites   0 Comments

Color spaces of #ca879e

RGB 202135158
HSL0.940.390.66
HSV339°33°79°
CMYK 0.000.330.22   0.21
XYZ39.192632.353136.5269
Yxy32.35310.36270.2994
Hunter Lab56.879823.45451.7412
CIE-Lab63.633728.9077-1.6684

#ca879e color RGB value is (202,135,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 10011110
Octal 312 207 236
Decimal 202 135 158
Hex CA 87 9E

RGB Percentages of Color #ca879e

%40.81
%27.27
%31.92

CMYK Percentages of Color #ca879e

%0
%33
%22
%21

Triadic Colors of #ca879e

#ca879e #9eca87 #879eca

Analogous Colors of #ca879e

#ca879e #ca9287 #ca87c0

Monochromatic Colors of #ca879e

#ca879e

Complementary Color

#ca879e #87cab3

#ca879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca879e Color CSS Codes

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

#ca879e Text Font Color

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

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


#ca879e Background Color

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

This div background color is #ca879e


#ca879e Border Color

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

This div border color is #ca879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca879e


Comments

No comments written yet.

Please login to write comment.