Color Hex Logo

#c20aab Color Hex

#C20AAB
(194,10,171)
0 Favorites   0 Comments

Color spaces of #c20aab

RGB 19410171
HSL0.850.900.40
HSV308°95°76°
CMYK 0.000.950.12   0.24
XYZ29.707414.626739.7856
Yxy14.62670.35320.1739
Hunter Lab38.244971.7246-34.9071
CIE-Lab45.118675.8798-37.6064

#c20aab color RGB value is (194,10,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001010 10101011
Octal 302 12 253
Decimal 194 10 171
Hex C2 A AB

RGB Percentages of Color #c20aab

%51.73
%2.67
%45.60

CMYK Percentages of Color #c20aab

%0
%95
%12
%24

Triadic Colors of #c20aab

#c20aab #abc20a #0aabc2

Analogous Colors of #c20aab

#c20aab #c20a4f #7d0ac2

Monochromatic Colors of #c20aab

#c20aab

Complementary Color

#c20aab #0ac221

#c20aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20aab Color CSS Codes

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

#c20aab Text Font Color

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

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


#c20aab Background Color

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

This div background color is #c20aab


#c20aab Border Color

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

This div border color is #c20aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,10,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c20aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20aab


Comments

No comments written yet.

Please login to write comment.