Color Hex Logo

#c761ac Color Hex

#C761AC
(199,97,172)
0 Favorites   0 Comments

Color spaces of #c761ac

RGB 19997172
HSL0.880.480.58
HSV316°51°78°
CMYK 0.000.510.14   0.22
XYZ35.274323.670141.7393
Yxy23.67010.35030.2351
Hunter Lab48.651944.2777-16.8095
CIE-Lab55.756050.0231-21.5692

#c761ac color RGB value is (199,97,172).

#c761ac hex color red value is 199, green value is 97 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c761ac hue: 0.88 , saturation: 0.48 and the lightness value of c761ac is 0.58.

The process color (four color CMYK) of #c761ac color hex is 0.00, 0.51, 0.14, 0.22. Web safe color of #c761ac is #cc6699. Color #c761ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100001 10101100
Octal 307 141 254
Decimal 199 97 172
Hex C7 61 AC

RGB Percentages of Color #c761ac

%42.52
%20.73
%36.75

CMYK Percentages of Color #c761ac

%0
%51
%14
%22

Triadic Colors of #c761ac

#c761ac #acc761 #61acc7

Analogous Colors of #c761ac

#c761ac #c76179 #af61c7

Monochromatic Colors of #c761ac

#c761ac

Complementary Color

#c761ac #61c77c

#c761ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c761ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c761ac Color CSS Codes

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

#c761ac Text Font Color

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

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


#c761ac Background Color

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

This div background color is #c761ac


#c761ac Border Color

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

This div border color is #c761ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,97,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c761ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c761ac


Comments

No comments written yet.

Please login to write comment.