color codes Logo

#c76aae color codes

#C76AAE
(199,106,174)
0 Favorites   0 Comments

Color spaces of #c76aae

RGB 199106174
HSL0.880.450.60
HSV316°47°78°
CMYK 0.000.470.13   0.22
XYZ36.347225.506243.0519
Yxy25.50620.34650.2431
Hunter Lab50.503740.0840-15.1893
CIE-Lab57.565345.8308-19.9569

#c76aae color RGB value is (199,106,174).

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

The process color (four color CMYK) of #c76aae color code is 0.00, 0.47, 0.13, 0.22. Web safe color of #c76aae is #cc6699. Color #c76aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101010 10101110
Octal 307 152 256
Decimal 199 106 174
Hex C7 6A AE

RGB Percentages of Color #c76aae

%41.54
%22.13
%36.33

CMYK Percentages of Color #c76aae

%0
%47
%13
%22

Triadic Colors of #c76aae

#c76aae #aec76a #6aaec7

Analogous Colors of #c76aae

#c76aae #c76a80 #b26ac7

Monochromatic Colors of #c76aae

#c76aae

Complementary Color

#c76aae #6ac783

#c76aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76aae Color CSS Codes

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

#c76aae Text Font Color

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

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


#c76aae Background Color

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

This div background color is #c76aae


#c76aae Border Color

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

This div border color is #c76aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76aae


Comments

No comments written yet.

Please login to write comment.