Color Hex Logo

#c37daa Color Hex

#C37DAA
(195,125,170)
0 Favorites   0 Comments

Color spaces of #c37daa

RGB 195125170
HSL0.890.370.63
HSV321°36°76°
CMYK 0.000.360.13   0.24
XYZ37.095029.171641.7058
Yxy29.17160.34360.2702
Hunter Lab54.010728.0764-7.9748
CIE-Lab60.932833.7880-12.6048

#c37daa color RGB value is (195,125,170).

#c37daa hex color red value is 195, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c37daa hue: 0.89 , saturation: 0.37 and the lightness value of c37daa is 0.63.

The process color (four color CMYK) of #c37daa color hex is 0.00, 0.36, 0.13, 0.24. Web safe color of #c37daa is #cc6699. Color #c37daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111101 10101010
Octal 303 175 252
Decimal 195 125 170
Hex C3 7D AA

RGB Percentages of Color #c37daa

%39.80
%25.51
%34.69

CMYK Percentages of Color #c37daa

%0
%36
%13
%24

Triadic Colors of #c37daa

#c37daa #aac37d #7daac3

Analogous Colors of #c37daa

#c37daa #c37d87 #b97dc3

Monochromatic Colors of #c37daa

#c37daa

Complementary Color

#c37daa #7dc396

#c37daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37daa Color CSS Codes

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

#c37daa Text Font Color

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

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


#c37daa Background Color

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

This div background color is #c37daa


#c37daa Border Color

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

This div border color is #c37daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37daa


Comments

No comments written yet.

Please login to write comment.