Color Hex Logo

#c221db Color Hex

#C221DB
(194,33,219)
0 Favorites   0 Comments

Color spaces of #c221db

RGB 19433219
HSL0.810.740.49
HSV292°85°86°
CMYK 0.110.850.00   0.14
XYZ35.578217.671568.5536
Yxy17.67150.29210.1451
Hunter Lab42.037577.5069-67.2623
CIE-Lab49.095279.7622-59.1837

#c221db color RGB value is (194,33,219).

#c221db hex color red value is 194, green value is 33 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c221db hue: 0.81 , saturation: 0.74 and the lightness value of c221db is 0.49.

The process color (four color CMYK) of #c221db color hex is 0.11, 0.85, 0.00, 0.14. Web safe color of #c221db is #cc33cc. Color #c221db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100001 11011011
Octal 302 41 333
Decimal 194 33 219
Hex C2 21 DB

RGB Percentages of Color #c221db

%43.50
%7.40
%49.10

CMYK Percentages of Color #c221db

%11
%85
%0
%14

Triadic Colors of #c221db

#c221db #dbc221 #21dbc2

Analogous Colors of #c221db

#c221db #db2197 #6521db

Monochromatic Colors of #c221db

#c221db

Complementary Color

#c221db #3adb21

#c221db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c221db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c221db Color CSS Codes

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

#c221db Text Font Color

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

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


#c221db Background Color

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

This div background color is #c221db


#c221db Border Color

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

This div border color is #c221db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c221db


Comments

No comments written yet.

Please login to write comment.