Color Hex Logo

#ca897f Color Hex

#CA897F
(202,137,127)
0 Favorites   0 Comments

Color spaces of #ca897f

RGB 202137127
HSL0.020.410.65
HSV37°79°
CMYK 0.000.320.37   0.21
XYZ37.133531.980224.2943
Yxy31.98020.39750.3424
Hunter Lab56.551018.245414.1148
CIE-Lab63.326523.596515.4650

#ca897f color RGB value is (202,137,127).

#ca897f hex color red value is 202, green value is 137 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ca897f hue: 0.02 , saturation: 0.41 and the lightness value of ca897f is 0.65.

The process color (four color CMYK) of #ca897f color hex is 0.00, 0.32, 0.37, 0.21. Web safe color of #ca897f is #cc9966. Color #ca897f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 01111111
Octal 312 211 177
Decimal 202 137 127
Hex CA 89 7F

RGB Percentages of Color #ca897f

%43.35
%29.40
%27.25

CMYK Percentages of Color #ca897f

%0
%32
%37
%21

Triadic Colors of #ca897f

#ca897f #7fca89 #897fca

Analogous Colors of #ca897f

#ca897f #caaf7f #ca7f9b

Monochromatic Colors of #ca897f

#ca897f

Complementary Color

#ca897f #7fc0ca

#ca897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca897f Color CSS Codes

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

#ca897f Text Font Color

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

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


#ca897f Background Color

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

This div background color is #ca897f


#ca897f Border Color

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

This div border color is #ca897f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca897f


Comments

No comments written yet.

Please login to write comment.