Color Hex Logo

#c409aa Color Hex

#C409AA
(196,9,170)
0 Favorites   0 Comments

Color spaces of #c409aa

RGB 1969170
HSL0.860.910.40
HSV308°95°77°
CMYK 0.000.950.13   0.23
XYZ30.118314.833439.3059
Yxy14.83340.35750.1760
Hunter Lab38.514272.1883-33.5489
CIE-Lab45.405276.2019-36.5353

#c409aa color RGB value is (196,9,170).

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

The process color (four color CMYK) of #c409aa color hex is 0.00, 0.95, 0.13, 0.23. Web safe color of #c409aa is #cc0099. Color #c409aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 10101010
Octal 304 11 252
Decimal 196 9 170
Hex C4 9 AA

RGB Percentages of Color #c409aa

%52.27
%2.40
%45.33

CMYK Percentages of Color #c409aa

%0
%95
%13
%23

Triadic Colors of #c409aa

#c409aa #aac409 #09aac4

Analogous Colors of #c409aa

#c409aa #c4094c #8109c4

Monochromatic Colors of #c409aa

#c409aa

Complementary Color

#c409aa #09c423

#c409aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c409aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c409aa Color CSS Codes

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

#c409aa Text Font Color

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

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


#c409aa Background Color

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

This div background color is #c409aa


#c409aa Border Color

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

This div border color is #c409aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c409aa


Comments

No comments written yet.

Please login to write comment.