Color Hex Logo

#c08274 Color Hex

#C08274
(192,130,116)
0 Favorites   0 Comments

Color spaces of #c08274

RGB 192130116
HSL0.030.380.60
HSV11°40°75°
CMYK 0.000.320.40   0.25
XYZ32.873228.432720.2784
Yxy28.43270.40290.3485
Hunter Lab53.322316.731114.7777
CIE-Lab60.277722.188017.2987

#c08274 color RGB value is (192,130,116).

#c08274 hex color red value is 192, green value is 130 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c08274 hue: 0.03 , saturation: 0.38 and the lightness value of c08274 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 01110100
Octal 300 202 164
Decimal 192 130 116
Hex C0 82 74

RGB Percentages of Color #c08274

%43.84
%29.68
%26.48

CMYK Percentages of Color #c08274

%0
%32
%40
%25

Triadic Colors of #c08274

#c08274 #74c082 #8274c0

Analogous Colors of #c08274

#c08274 #c0a874 #c0748c

Monochromatic Colors of #c08274

#c08274

Complementary Color

#c08274 #74b2c0

#c08274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08274 Color CSS Codes

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

#c08274 Text Font Color

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

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


#c08274 Background Color

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

This div background color is #c08274


#c08274 Border Color

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

This div border color is #c08274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,130,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08274


Comments

No comments written yet.

Please login to write comment.