Color Hex Logo

#c221a8 Color Hex

#C221A8
(194,33,168)
0 Favorites   0 Comments

Color spaces of #c221a8

RGB 19433168
HSL0.860.710.45
HSV310°83°76°
CMYK 0.000.830.13   0.24
XYZ29.859915.384238.4414
Yxy15.38420.35680.1838
Hunter Lab39.222767.2508-30.6531
CIE-Lab46.156071.9880-34.1890

#c221a8 color RGB value is (194,33,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100001 10101000
Octal 302 41 250
Decimal 194 33 168
Hex C2 21 A8

RGB Percentages of Color #c221a8

%49.11
%8.35
%42.53

CMYK Percentages of Color #c221a8

%0
%83
%13
%24

Triadic Colors of #c221a8

#c221a8 #a8c221 #21a8c2

Analogous Colors of #c221a8

#c221a8 #c22158 #8c21c2

Monochromatic Colors of #c221a8

#c221a8

Complementary Color

#c221a8 #21c23b

#c221a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c221a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c221a8 Color CSS Codes

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

#c221a8 Text Font Color

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

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


#c221a8 Background Color

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

This div background color is #c221a8


#c221a8 Border Color

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

This div border color is #c221a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c221a8


Comments

No comments written yet.

Please login to write comment.