Color Hex Logo

#c4887d Color Hex

#C4887D
(196,136,125)
0 Favorites   0 Comments

Color spaces of #c4887d

RGB 196136125
HSL0.030.380.63
HSV36°77°
CMYK 0.000.310.36   0.23
XYZ35.270830.824723.4928
Yxy30.82470.39370.3441
Hunter Lab55.520016.237713.7760
CIE-Lab62.359421.548315.1465

#c4887d color RGB value is (196,136,125).

#c4887d hex color red value is 196, green value is 136 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c4887d hue: 0.03 , saturation: 0.38 and the lightness value of c4887d is 0.63.

The process color (four color CMYK) of #c4887d color hex is 0.00, 0.31, 0.36, 0.23. Web safe color of #c4887d is #cc9966. Color #c4887d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 01111101
Octal 304 210 175
Decimal 196 136 125
Hex C4 88 7D

RGB Percentages of Color #c4887d

%42.89
%29.76
%27.35

CMYK Percentages of Color #c4887d

%0
%31
%36
%23

Triadic Colors of #c4887d

#c4887d #7dc488 #887dc4

Analogous Colors of #c4887d

#c4887d #c4ac7d #c47d96

Monochromatic Colors of #c4887d

#c4887d

Complementary Color

#c4887d #7db9c4

#c4887d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4887d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4887d Color CSS Codes

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

#c4887d Text Font Color

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

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


#c4887d Background Color

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

This div background color is #c4887d


#c4887d Border Color

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

This div border color is #c4887d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,136,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4887d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4887d;
  -webkit-box-shadow: 1px 1px 3px 2px #c4887d;
  box-shadow:         1px 1px 3px 2px #c4887d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,136,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4887d


Comments

No comments written yet.

Please login to write comment.