Color Hex Logo

#c76faa Color Hex

#C76FAA
(199,111,170)
0 Favorites   0 Comments

Color spaces of #c76faa

RGB 199111170
HSL0.890.440.61
HSV320°44°78°
CMYK 0.000.440.15   0.22
XYZ36.493326.413341.2051
Yxy26.41330.35050.2537
Hunter Lab51.393936.8084-11.5601
CIE-Lab58.427342.6011-16.3410

#c76faa color RGB value is (199,111,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101111 10101010
Octal 307 157 252
Decimal 199 111 170
Hex C7 6F AA

RGB Percentages of Color #c76faa

%41.46
%23.13
%35.42

CMYK Percentages of Color #c76faa

%0
%44
%15
%22

Triadic Colors of #c76faa

#c76faa #aac76f #6faac7

Analogous Colors of #c76faa

#c76faa #c76f7e #b86fc7

Monochromatic Colors of #c76faa

#c76faa

Complementary Color

#c76faa #6fc78c

#c76faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76faa Color CSS Codes

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

#c76faa Text Font Color

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

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


#c76faa Background Color

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

This div background color is #c76faa


#c76faa Border Color

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

This div border color is #c76faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76faa


Comments

No comments written yet.

Please login to write comment.