Color Hex Logo

#ca8976 Color Hex

#CA8976
(202,137,118)
0 Favorites   0 Comments

Color spaces of #ca8976

RGB 202137118
HSL0.040.440.63
HSV14°42°79°
CMYK 0.000.320.42   0.21
XYZ36.572831.755921.3414
Yxy31.75590.40790.3541
Hunter Lab56.352417.230216.9927
CIE-Lab63.140622.548720.2730

#ca8976 color RGB value is (202,137,118).

#ca8976 hex color red value is 202, green value is 137 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ca8976 hue: 0.04 , saturation: 0.44 and the lightness value of ca8976 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 01110110
Octal 312 211 166
Decimal 202 137 118
Hex CA 89 76

RGB Percentages of Color #ca8976

%44.20
%29.98
%25.82

CMYK Percentages of Color #ca8976

%0
%32
%42
%21

Triadic Colors of #ca8976

#ca8976 #76ca89 #8976ca

Analogous Colors of #ca8976

#ca8976 #cab376 #ca768d

Monochromatic Colors of #ca8976

#ca8976

Complementary Color

#ca8976 #76b7ca

#ca8976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8976 Color CSS Codes

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

#ca8976 Text Font Color

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

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


#ca8976 Background Color

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

This div background color is #ca8976


#ca8976 Border Color

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

This div border color is #ca8976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8976


Comments

No comments written yet.

Please login to write comment.