Color Hex Logo

#c77faa Color Hex

#C77FAA
(199,127,170)
0 Favorites   0 Comments

Color spaces of #c77faa

RGB 199127170
HSL0.900.390.64
HSV324°36°78°
CMYK 0.000.360.15   0.22
XYZ38.398330.223141.8400
Yxy30.22310.34760.2736
Hunter Lab54.975528.4682-6.6407
CIE-Lab61.846234.0807-11.1855

#c77faa color RGB value is (199,127,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111111 10101010
Octal 307 177 252
Decimal 199 127 170
Hex C7 7F AA

RGB Percentages of Color #c77faa

%40.12
%25.60
%34.27

CMYK Percentages of Color #c77faa

%0
%36
%15
%22

Triadic Colors of #c77faa

#c77faa #aac77f #7faac7

Analogous Colors of #c77faa

#c77faa #c77f86 #c07fc7

Monochromatic Colors of #c77faa

#c77faa

Complementary Color

#c77faa #7fc79c

#c77faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77faa Color CSS Codes

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

#c77faa Text Font Color

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

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


#c77faa Background Color

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

This div background color is #c77faa


#c77faa Border Color

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

This div border color is #c77faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77faa


Comments

No comments written yet.

Please login to write comment.