Color Hex Logo

#c08daa Color Hex

#C08DAA
(192,141,170)
0 Favorites   0 Comments

Color spaces of #c08daa

RGB 192141170
HSL0.910.290.65
HSV326°27°75°
CMYK 0.000.270.11   0.25
XYZ38.518833.158542.4003
Yxy33.15850.33770.2907
Hunter Lab57.583418.6315-3.3485
CIE-Lab64.289023.9377-7.6200

#c08daa color RGB value is (192,141,170).

#c08daa hex color red value is 192, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c08daa hue: 0.91 , saturation: 0.29 and the lightness value of c08daa is 0.65.

The process color (four color CMYK) of #c08daa color hex is 0.00, 0.27, 0.11, 0.25. Web safe color of #c08daa is #cc9999. Color #c08daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001101 10101010
Octal 300 215 252
Decimal 192 141 170
Hex C0 8D AA

RGB Percentages of Color #c08daa

%38.17
%28.03
%33.80

CMYK Percentages of Color #c08daa

%0
%27
%11
%25

Triadic Colors of #c08daa

#c08daa #aac08d #8daac0

Analogous Colors of #c08daa

#c08daa #c08d91 #bd8dc0

Monochromatic Colors of #c08daa

#c08daa

Complementary Color

#c08daa #8dc0a3

#c08daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08daa Color CSS Codes

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

#c08daa Text Font Color

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

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


#c08daa Background Color

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

This div background color is #c08daa


#c08daa Border Color

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

This div border color is #c08daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08daa


Comments

No comments written yet.

Please login to write comment.