Color Hex Logo

#e016fc Color Hex

#E016FC
(224,22,252)
0 Favorites   0 Comments

Color spaces of #e016fc

RGB 22422252
HSL0.810.970.54
HSV293°91°99°
CMYK 0.110.910.00   0.01
XYZ48.598123.449494.0602
Yxy23.44940.29260.1412
Hunter Lab48.424694.3966-81.2681
CIE-Lab55.532391.4905-67.1467

#e016fc color RGB value is (224,22,252).

#e016fc hex color red value is 224, green value is 22 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e016fc hue: 0.81 , saturation: 0.97 and the lightness value of e016fc is 0.54.

The process color (four color CMYK) of #e016fc color hex is 0.11, 0.91, 0.00, 0.01. Web safe color of #e016fc is #cc00ff. Color #e016fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010110 11111100
Octal 340 26 374
Decimal 224 22 252
Hex E0 16 FC

RGB Percentages of Color #e016fc

%44.98
%4.42
%50.60

CMYK Percentages of Color #e016fc

%11
%91
%0
%1

Triadic Colors of #e016fc

#e016fc #fce016 #16fce0

Analogous Colors of #e016fc

#e016fc #fc16a5 #6d16fc

Monochromatic Colors of #e016fc

#e016fc

Complementary Color

#e016fc #32fc16

#e016fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e016fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e016fc Color CSS Codes

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

#e016fc Text Font Color

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

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


#e016fc Background Color

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

This div background color is #e016fc


#e016fc Border Color

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

This div border color is #e016fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,22,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e016fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e016fc;
  -webkit-box-shadow: 1px 1px 3px 2px #e016fc;
  box-shadow:         1px 1px 3px 2px #e016fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,22,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e016fc


Comments

No comments written yet.

Please login to write comment.