Color Hex Logo

#c21aa4 Color Hex

#C21AA4
(194,26,164)
0 Favorites   0 Comments

Color spaces of #c21aa4

RGB 19426164
HSL0.860.760.43
HSV311°87°76°
CMYK 0.000.870.15   0.24
XYZ29.318414.888536.4505
Yxy14.88850.36350.1846
Hunter Lab38.585668.1043-28.9993
CIE-Lab45.481172.8297-32.8690

#c21aa4 color RGB value is (194,26,164).

#c21aa4 hex color red value is 194, green value is 26 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #c21aa4 hue: 0.86 , saturation: 0.76 and the lightness value of c21aa4 is 0.43.

The process color (four color CMYK) of #c21aa4 color hex is 0.00, 0.87, 0.15, 0.24. Web safe color of #c21aa4 is #cc3399. Color #c21aa4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011010 10100100
Octal 302 32 244
Decimal 194 26 164
Hex C2 1A A4

RGB Percentages of Color #c21aa4

%50.52
%6.77
%42.71

CMYK Percentages of Color #c21aa4

%0
%87
%15
%24

Triadic Colors of #c21aa4

#c21aa4 #a4c21a #1aa4c2

Analogous Colors of #c21aa4

#c21aa4 #c21a50 #8c1ac2

Monochromatic Colors of #c21aa4

#c21aa4

Complementary Color

#c21aa4 #1ac238

#c21aa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21aa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21aa4 Color CSS Codes

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

#c21aa4 Text Font Color

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

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


#c21aa4 Background Color

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

This div background color is #c21aa4


#c21aa4 Border Color

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

This div border color is #c21aa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21aa4


Comments

No comments written yet.

Please login to write comment.