Color Hex Logo

#c220eb Color Hex

#C220EB
(194,32,235)
0 Favorites   0 Comments

Color spaces of #c220eb

RGB 19432235
HSL0.800.840.52
HSV288°86°92°
CMYK 0.170.860.00   0.08
XYZ37.760018.500580.1780
Yxy18.50050.27680.1356
Hunter Lab43.012281.4321-80.4125
CIE-Lab50.097682.6618-66.6430

#c220eb color RGB value is (194,32,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100000 11101011
Octal 302 40 353
Decimal 194 32 235
Hex C2 20 EB

RGB Percentages of Color #c220eb

%42.08
%6.94
%50.98

CMYK Percentages of Color #c220eb

%17
%86
%0
%8

Triadic Colors of #c220eb

#c220eb #ebc220 #20ebc2

Analogous Colors of #c220eb

#c220eb #eb20af #5d20eb

Monochromatic Colors of #c220eb

#c220eb

Complementary Color

#c220eb #49eb20

#c220eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c220eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c220eb Color CSS Codes

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

#c220eb Text Font Color

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

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


#c220eb Background Color

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

This div background color is #c220eb


#c220eb Border Color

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

This div border color is #c220eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c220eb


Comments

No comments written yet.

Please login to write comment.