Color Hex Logo

#c221ff Color Hex

#C221FF
(194,33,255)
0 Favorites   0 Comments

Color spaces of #c221ff

RGB 19433255
HSL0.791.000.56
HSV284°87°100°
CMYK 0.240.870.00   0.00
XYZ40.842019.777096.2725
Yxy19.77700.26030.1261
Hunter Lab44.471386.1076-97.2223
CIE-Lab51.584185.9943-75.4356

#c221ff color RGB value is (194,33,255).

#c221ff hex color red value is 194, green value is 33 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c221ff hue: 0.79 , saturation: 1.00 and the lightness value of c221ff is 0.56.

The process color (four color CMYK) of #c221ff color hex is 0.24, 0.87, 0.00, 0.00. Web safe color of #c221ff is #cc33ff. Color #c221ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100001 11111111
Octal 302 41 377
Decimal 194 33 255
Hex C2 21 FF

RGB Percentages of Color #c221ff

%40.25
%6.85
%52.90

CMYK Percentages of Color #c221ff

%24
%87
%0
%0

Triadic Colors of #c221ff

#c221ff #ffc221 #21ffc2

Analogous Colors of #c221ff

#c221ff #ff21cd #5321ff

Monochromatic Colors of #c221ff

#c221ff

Complementary Color

#c221ff #5eff21

#c221ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c221ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c221ff Color CSS Codes

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

#c221ff Text Font Color

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

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


#c221ff Background Color

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

This div background color is #c221ff


#c221ff Border Color

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

This div border color is #c221ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c221ff


Comments

No comments written yet.

Please login to write comment.