Color Hex Logo

#c87e7c Color Hex

#C87E7C
(200,126,124)
0 Favorites   0 Comments

Color spaces of #c87e7c

RGB 200126124
HSL0.000.410.64
HSV38°78°
CMYK 0.000.370.38   0.22
XYZ34.918428.656322.7596
Yxy28.65630.40450.3319
Hunter Lab53.531622.754512.2642
CIE-Lab60.477128.460913.1623

#c87e7c color RGB value is (200,126,124).

#c87e7c hex color red value is 200, green value is 126 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c87e7c hue: 0.00 , saturation: 0.41 and the lightness value of c87e7c is 0.64.

The process color (four color CMYK) of #c87e7c color hex is 0.00, 0.37, 0.38, 0.22. Web safe color of #c87e7c is #cc6666. Color #c87e7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111110 01111100
Octal 310 176 174
Decimal 200 126 124
Hex C8 7E 7C

RGB Percentages of Color #c87e7c

%44.44
%28.00
%27.56

CMYK Percentages of Color #c87e7c

%0
%37
%38
%22

Triadic Colors of #c87e7c

#c87e7c #7cc87e #7e7cc8

Analogous Colors of #c87e7c

#c87e7c #c8a47c #c87ca0

Monochromatic Colors of #c87e7c

#c87e7c

Complementary Color

#c87e7c #7cc6c8

#c87e7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87e7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87e7c Color CSS Codes

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

#c87e7c Text Font Color

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

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


#c87e7c Background Color

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

This div background color is #c87e7c


#c87e7c Border Color

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

This div border color is #c87e7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,126,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c87e7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c87e7c;
  -webkit-box-shadow: 1px 1px 3px 2px #c87e7c;
  box-shadow:         1px 1px 3px 2px #c87e7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,126,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87e7c


Comments

No comments written yet.

Please login to write comment.