Color Hex Logo

#c420aa Color Hex

#C420AA
(196,32,170)
0 Favorites   0 Comments

Color spaces of #c420aa

RGB 19632170
HSL0.860.720.45
HSV310°84°77°
CMYK 0.000.840.13   0.23
XYZ30.537215.671139.4455
Yxy15.67110.35650.1830
Hunter Lab39.586768.4181-31.3677
CIE-Lab46.540072.8835-34.7471

#c420aa color RGB value is (196,32,170).

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

The process color (four color CMYK) of #c420aa color hex is 0.00, 0.84, 0.13, 0.23. Web safe color of #c420aa is #cc3399. Color #c420aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100000 10101010
Octal 304 40 252
Decimal 196 32 170
Hex C4 20 AA

RGB Percentages of Color #c420aa

%49.25
%8.04
%42.71

CMYK Percentages of Color #c420aa

%0
%84
%13
%23

Triadic Colors of #c420aa

#c420aa #aac420 #20aac4

Analogous Colors of #c420aa

#c420aa #c42058 #8c20c4

Monochromatic Colors of #c420aa

#c420aa

Complementary Color

#c420aa #20c43a

#c420aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c420aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c420aa Color CSS Codes

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

#c420aa Text Font Color

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

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


#c420aa Background Color

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

This div background color is #c420aa


#c420aa Border Color

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

This div border color is #c420aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c420aa


Comments

No comments written yet.

Please login to write comment.