Color Hex Logo

#e816fa Color Hex

#E816FA
(232,22,250)
0 Favorites   0 Comments

Color spaces of #e816fa

RGB 23222250
HSL0.820.960.53
HSV295°91°98°
CMYK 0.070.910.00   0.02
XYZ50.820924.631892.5183
Yxy24.63180.30260.1466
Hunter Lab49.630495.9283-75.7838
CIE-Lab56.714992.3980-64.0611

#e816fa color RGB value is (232,22,250).

#e816fa hex color red value is 232, green value is 22 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e816fa hue: 0.82 , saturation: 0.96 and the lightness value of e816fa is 0.53.

The process color (four color CMYK) of #e816fa color hex is 0.07, 0.91, 0.00, 0.02. Web safe color of #e816fa is #ff00ff. Color #e816fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010110 11111010
Octal 350 26 372
Decimal 232 22 250
Hex E8 16 FA

RGB Percentages of Color #e816fa

%46.03
%4.37
%49.60

CMYK Percentages of Color #e816fa

%7
%91
%0
%2

Triadic Colors of #e816fa

#e816fa #fae816 #16fae8

Analogous Colors of #e816fa

#e816fa #fa169a #7616fa

Monochromatic Colors of #e816fa

#e816fa

Complementary Color

#e816fa #28fa16

#e816fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e816fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e816fa Color CSS Codes

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

#e816fa Text Font Color

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

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


#e816fa Background Color

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

This div background color is #e816fa


#e816fa Border Color

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

This div border color is #e816fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e816fa


Comments

No comments written yet.

Please login to write comment.