Color Hex Logo

#c476aa Color Hex

#C476AA
(196,118,170)
0 Favorites   0 Comments

Color spaces of #c476aa

RGB 196118170
HSL0.890.400.62
HSV320°40°77°
CMYK 0.000.400.13   0.23
XYZ36.499127.594941.4328
Yxy27.59490.34590.2615
Hunter Lab52.530832.0951-9.9924
CIE-Lab59.521037.9062-14.7213

#c476aa color RGB value is (196,118,170).

#c476aa hex color red value is 196, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c476aa hue: 0.89 , saturation: 0.40 and the lightness value of c476aa is 0.62.

The process color (four color CMYK) of #c476aa color hex is 0.00, 0.40, 0.13, 0.23. Web safe color of #c476aa is #cc6699. Color #c476aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110110 10101010
Octal 304 166 252
Decimal 196 118 170
Hex C4 76 AA

RGB Percentages of Color #c476aa

%40.50
%24.38
%35.12

CMYK Percentages of Color #c476aa

%0
%40
%13
%23

Triadic Colors of #c476aa

#c476aa #aac476 #76aac4

Analogous Colors of #c476aa

#c476aa #c47683 #b776c4

Monochromatic Colors of #c476aa

#c476aa

Complementary Color

#c476aa #76c490

#c476aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c476aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c476aa Color CSS Codes

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

#c476aa Text Font Color

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

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


#c476aa Background Color

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

This div background color is #c476aa


#c476aa Border Color

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

This div border color is #c476aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c476aa


Comments

No comments written yet.

Please login to write comment.