Color Hex Logo

#c477aa Color Hex

#C477AA
(196,119,170)
0 Favorites   0 Comments

Color spaces of #c477aa

RGB 196119170
HSL0.890.390.62
HSV320°39°77°
CMYK 0.000.390.13   0.23
XYZ36.617527.831741.4723
Yxy27.83170.34570.2628
Hunter Lab52.755831.5734-9.6800
CIE-Lab59.736437.3702-14.3960

#c477aa color RGB value is (196,119,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110111 10101010
Octal 304 167 252
Decimal 196 119 170
Hex C4 77 AA

RGB Percentages of Color #c477aa

%40.41
%24.54
%35.05

CMYK Percentages of Color #c477aa

%0
%39
%13
%23

Triadic Colors of #c477aa

#c477aa #aac477 #77aac4

Analogous Colors of #c477aa

#c477aa #c47784 #b877c4

Monochromatic Colors of #c477aa

#c477aa

Complementary Color

#c477aa #77c491

#c477aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c477aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c477aa Color CSS Codes

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

#c477aa Text Font Color

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

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


#c477aa Background Color

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

This div background color is #c477aa


#c477aa Border Color

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

This div border color is #c477aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c477aa


Comments

No comments written yet.

Please login to write comment.