color codes Logo

#c20aaa color codes

#C20AAA
(194,10,170)
0 Favorites   0 Comments

Color spaces of #c20aaa

RGB 19410170
HSL0.860.900.40
HSV308°95°76°
CMYK 0.000.950.12   0.24
XYZ29.612414.588739.2854
Yxy14.58870.35470.1747
Hunter Lab38.195271.5481-34.2458
CIE-Lab45.065675.7460-37.0960

#c20aaa color RGB value is (194,10,170).

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

The process color (four color CMYK) of #c20aaa color code is 0.00, 0.95, 0.12, 0.24. Web safe color of #c20aaa is #cc0099. Color #c20aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001010 10101010
Octal 302 12 252
Decimal 194 10 170
Hex C2 A AA

RGB Percentages of Color #c20aaa

%51.87
%2.67
%45.45

CMYK Percentages of Color #c20aaa

%0
%95
%12
%24

Triadic Colors of #c20aaa

#c20aaa #aac20a #0aaac2

Analogous Colors of #c20aaa

#c20aaa #c20a4e #7e0ac2

Monochromatic Colors of #c20aaa

#c20aaa

Complementary Color

#c20aaa #0ac222

#c20aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20aaa Color CSS Codes

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

#c20aaa Text Font Color

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

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


#c20aaa Background Color

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

This div background color is #c20aaa


#c20aaa Border Color

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

This div border color is #c20aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20aaa


Comments

No comments written yet.

Please login to write comment.