Color Hex Logo

#e391ea Color Hex

#E391EA
(227,145,234)
0 Favorites   0 Comments

Color spaces of #e391ea

RGB 227145234
HSL0.820.680.74
HSV295°38°92°
CMYK 0.030.380.00   0.08
XYZ56.655242.522283.0635
Yxy42.52220.31090.2333
Hunter Lab65.209040.9693-29.8775
CIE-Lab71.229544.8058-32.3499

#e391ea color RGB value is (227,145,234).

#e391ea hex color red value is 227, green value is 145 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e391ea hue: 0.82 , saturation: 0.68 and the lightness value of e391ea is 0.74.

The process color (four color CMYK) of #e391ea color hex is 0.03, 0.38, 0.00, 0.08. Web safe color of #e391ea is #cc99ff. Color #e391ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010001 11101010
Octal 343 221 352
Decimal 227 145 234
Hex E3 91 EA

RGB Percentages of Color #e391ea

%37.46
%23.93
%38.61

CMYK Percentages of Color #e391ea

%3
%38
%0
%8

Triadic Colors of #e391ea

#e391ea #eae391 #91eae3

Analogous Colors of #e391ea

#e391ea #ea91c5 #b791ea

Monochromatic Colors of #e391ea

#e391ea

Complementary Color

#e391ea #98ea91

#e391ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e391ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e391ea Color CSS Codes

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

#e391ea Text Font Color

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

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


#e391ea Background Color

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

This div background color is #e391ea


#e391ea Border Color

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

This div border color is #e391ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,145,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 #e391ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e391ea


Comments

No comments written yet.

Please login to write comment.