Color Hex Logo

#c220ea Color Hex

#C220EA
(194,32,234)
0 Favorites   0 Comments

Color spaces of #c220ea

RGB 19432234
HSL0.800.830.52
HSV288°86°92°
CMYK 0.170.860.00   0.08
XYZ37.615918.442979.4192
Yxy18.44290.27770.1361
Hunter Lab42.945281.1949-79.5843
CIE-Lab50.029082.4896-66.1899

#c220ea color RGB value is (194,32,234).

#c220ea hex color red value is 194, green value is 32 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c220ea hue: 0.80 , saturation: 0.83 and the lightness value of c220ea is 0.52.

The process color (four color CMYK) of #c220ea color hex is 0.17, 0.86, 0.00, 0.08. Web safe color of #c220ea is #cc33ff. Color #c220ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100000 11101010
Octal 302 40 352
Decimal 194 32 234
Hex C2 20 EA

RGB Percentages of Color #c220ea

%42.17
%6.96
%50.87

CMYK Percentages of Color #c220ea

%17
%86
%0
%8

Triadic Colors of #c220ea

#c220ea #eac220 #20eac2

Analogous Colors of #c220ea

#c220ea #ea20ad #5d20ea

Monochromatic Colors of #c220ea

#c220ea

Complementary Color

#c220ea #48ea20

#c220ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c220ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c220ea Color CSS Codes

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

#c220ea Text Font Color

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

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


#c220ea Background Color

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

This div background color is #c220ea


#c220ea Border Color

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

This div border color is #c220ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c220ea


Comments

No comments written yet.

Please login to write comment.