Color Hex Logo

#c220ef Color Hex

#C220EF
(194,32,239)
0 Favorites   0 Comments

Color spaces of #c220ef

RGB 19432239
HSL0.800.870.53
HSV287°87°94°
CMYK 0.190.870.00   0.06
XYZ38.344618.734483.2565
Yxy18.73440.27320.1335
Hunter Lab43.283382.3873-83.7476
CIE-Lab50.375083.3533-68.4473

#c220ef color RGB value is (194,32,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100000 11101111
Octal 302 40 357
Decimal 194 32 239
Hex C2 20 EF

RGB Percentages of Color #c220ef

%41.72
%6.88
%51.40

CMYK Percentages of Color #c220ef

%19
%87
%0
%6

Triadic Colors of #c220ef

#c220ef #efc220 #20efc2

Analogous Colors of #c220ef

#c220ef #ef20b5 #5a20ef

Monochromatic Colors of #c220ef

#c220ef

Complementary Color

#c220ef #4def20

#c220ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c220ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c220ef Color CSS Codes

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

#c220ef Text Font Color

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

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


#c220ef Background Color

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

This div background color is #c220ef


#c220ef Border Color

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

This div border color is #c220ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c220ef


Comments

No comments written yet.

Please login to write comment.