Color Hex Logo

#c0827f Color Hex

#C0827F
(192,130,127)
0 Favorites   0 Comments

Color spaces of #c0827f

RGB 192130127
HSL0.010.340.63
HSV34°75°
CMYK 0.000.320.34   0.25
XYZ33.551628.704023.8507
Yxy28.70400.38970.3334
Hunter Lab53.576118.026011.1089
CIE-Lab60.519523.543411.3682

#c0827f color RGB value is (192,130,127).

#c0827f hex color red value is 192, green value is 130 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c0827f hue: 0.01 , saturation: 0.34 and the lightness value of c0827f is 0.63.

The process color (four color CMYK) of #c0827f color hex is 0.00, 0.32, 0.34, 0.25. Web safe color of #c0827f is #cc9966. Color #c0827f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 01111111
Octal 300 202 177
Decimal 192 130 127
Hex C0 82 7F

RGB Percentages of Color #c0827f

%42.76
%28.95
%28.29

CMYK Percentages of Color #c0827f

%0
%32
%34
%25

Triadic Colors of #c0827f

#c0827f #7fc082 #827fc0

Analogous Colors of #c0827f

#c0827f #c0a37f #c07f9d

Monochromatic Colors of #c0827f

#c0827f

Complementary Color

#c0827f #7fbdc0

#c0827f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0827f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0827f Color CSS Codes

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

#c0827f Text Font Color

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

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


#c0827f Background Color

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

This div background color is #c0827f


#c0827f Border Color

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

This div border color is #c0827f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,130,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 #c0827f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0827f


Comments

No comments written yet.

Please login to write comment.