Color Hex Logo

#ca858e Color Hex

#CA858E
(202,133,142)
0 Favorites   0 Comments

Color spaces of #ca858e

RGB 202133142
HSL0.980.390.66
HSV352°34°79°
CMYK 0.000.340.30   0.21
XYZ37.627131.284629.6466
Yxy31.28460.38180.3174
Hunter Lab55.932622.19877.7267
CIE-Lab62.747227.70626.1421

#ca858e color RGB value is (202,133,142).

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

The process color (four color CMYK) of #ca858e color hex is 0.00, 0.34, 0.30, 0.21. Web safe color of #ca858e is #cc9999. Color #ca858e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 10001110
Octal 312 205 216
Decimal 202 133 142
Hex CA 85 8E

RGB Percentages of Color #ca858e

%42.35
%27.88
%29.77

CMYK Percentages of Color #ca858e

%0
%34
%30
%21

Triadic Colors of #ca858e

#ca858e #8eca85 #858eca

Analogous Colors of #ca858e

#ca858e #ca9f85 #ca85b1

Monochromatic Colors of #ca858e

#ca858e

Complementary Color

#ca858e #85cac1

#ca858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca858e Color CSS Codes

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

#ca858e Text Font Color

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

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


#ca858e Background Color

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

This div background color is #ca858e


#ca858e Border Color

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

This div border color is #ca858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca858e


Comments

No comments written yet.

Please login to write comment.