Color Hex Logo

#c220ff Color Hex

#C220FF
(194,32,255)
0 Favorites   0 Comments

Color spaces of #c220ff

RGB 19432255
HSL0.791.000.56
HSV284°87°100°
CMYK 0.240.870.00   0.00
XYZ40.814619.722496.2634
Yxy19.72240.26030.1258
Hunter Lab44.409986.3318-97.4307
CIE-Lab51.521986.1783-75.5369

#c220ff color RGB value is (194,32,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100000 11111111
Octal 302 40 377
Decimal 194 32 255
Hex C2 20 FF

RGB Percentages of Color #c220ff

%40.33
%6.65
%53.01

CMYK Percentages of Color #c220ff

%24
%87
%0
%0

Triadic Colors of #c220ff

#c220ff #ffc220 #20ffc2

Analogous Colors of #c220ff

#c220ff #ff20cd #5320ff

Monochromatic Colors of #c220ff

#c220ff

Complementary Color

#c220ff #5dff20

#c220ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c220ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c220ff Color CSS Codes

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

#c220ff Text Font Color

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

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


#c220ff Background Color

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

This div background color is #c220ff


#c220ff Border Color

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

This div border color is #c220ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c220ff


Comments

No comments written yet.

Please login to write comment.