Color Hex Logo

#c21aa8 Color Hex

#C21AA8
(194,26,168)
0 Favorites   0 Comments

Color spaces of #c21aa8

RGB 19426168
HSL0.860.760.43
HSV309°87°76°
CMYK 0.000.870.13   0.24
XYZ29.685415.035338.3833
Yxy15.03530.35720.1809
Hunter Lab38.775468.7979-31.5477
CIE-Lab45.682573.3654-34.9341

#c21aa8 color RGB value is (194,26,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011010 10101000
Octal 302 32 250
Decimal 194 26 168
Hex C2 1A A8

RGB Percentages of Color #c21aa8

%50.00
%6.70
%43.30

CMYK Percentages of Color #c21aa8

%0
%87
%13
%24

Triadic Colors of #c21aa8

#c21aa8 #a8c21a #1aa8c2

Analogous Colors of #c21aa8

#c21aa8 #c21a54 #881ac2

Monochromatic Colors of #c21aa8

#c21aa8

Complementary Color

#c21aa8 #1ac234

#c21aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21aa8 Color CSS Codes

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

#c21aa8 Text Font Color

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

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


#c21aa8 Background Color

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

This div background color is #c21aa8


#c21aa8 Border Color

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

This div border color is #c21aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21aa8


Comments

No comments written yet.

Please login to write comment.