Color Hex Logo

#c77daa Color Hex

#C77DAA
(199,125,170)
0 Favorites   0 Comments

Color spaces of #c77daa

RGB 199125170
HSL0.900.400.64
HSV324°37°78°
CMYK 0.000.370.15   0.22
XYZ38.142529.711641.7548
Yxy29.71160.34800.2711
Hunter Lab54.508329.5167-7.2618
CIE-Lab61.404635.1618-11.8482

#c77daa color RGB value is (199,125,170).

#c77daa hex color red value is 199, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c77daa hue: 0.90 , saturation: 0.40 and the lightness value of c77daa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111101 10101010
Octal 307 175 252
Decimal 199 125 170
Hex C7 7D AA

RGB Percentages of Color #c77daa

%40.28
%25.30
%34.41

CMYK Percentages of Color #c77daa

%0
%37
%15
%22

Triadic Colors of #c77daa

#c77daa #aac77d #7daac7

Analogous Colors of #c77daa

#c77daa #c77d85 #bf7dc7

Monochromatic Colors of #c77daa

#c77daa

Complementary Color

#c77daa #7dc79a

#c77daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77daa Color CSS Codes

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

#c77daa Text Font Color

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

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


#c77daa Background Color

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

This div background color is #c77daa


#c77daa Border Color

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

This div border color is #c77daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77daa


Comments

No comments written yet.

Please login to write comment.