Color Hex Logo

#c76daa Color Hex

#C76DAA
(199,109,170)
0 Favorites   0 Comments

Color spaces of #c76daa

RGB 199109170
HSL0.890.450.60
HSV319°45°78°
CMYK 0.000.450.15   0.22
XYZ36.277525.981741.1331
Yxy25.98170.35090.2513
Hunter Lab50.972237.8389-12.1647
CIE-Lab58.019743.6403-16.9595

#c76daa color RGB value is (199,109,170).

#c76daa hex color red value is 199, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c76daa hue: 0.89 , saturation: 0.45 and the lightness value of c76daa is 0.60.

The process color (four color CMYK) of #c76daa color hex is 0.00, 0.45, 0.15, 0.22. Web safe color of #c76daa is #cc6699. Color #c76daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101101 10101010
Octal 307 155 252
Decimal 199 109 170
Hex C7 6D AA

RGB Percentages of Color #c76daa

%41.63
%22.80
%35.56

CMYK Percentages of Color #c76daa

%0
%45
%15
%22

Triadic Colors of #c76daa

#c76daa #aac76d #6daac7

Analogous Colors of #c76daa

#c76daa #c76d7d #b76dc7

Monochromatic Colors of #c76daa

#c76daa

Complementary Color

#c76daa #6dc78a

#c76daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76daa Color CSS Codes

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

#c76daa Text Font Color

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

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


#c76daa Background Color

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

This div background color is #c76daa


#c76daa Border Color

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

This div border color is #c76daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76daa


Comments

No comments written yet.

Please login to write comment.