Color Hex Logo

#e391e7 Color Hex

#E391E7
(227,145,231)
0 Favorites   0 Comments

Color spaces of #e391e7

RGB 227145231
HSL0.830.640.74
HSV297°37°91°
CMYK 0.020.370.00   0.09
XYZ56.227842.351280.8124
Yxy42.35120.31340.2361
Hunter Lab65.077840.3394-28.0708
CIE-Lab71.112444.2497-30.8857

#e391e7 color RGB value is (227,145,231).

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

The process color (four color CMYK) of #e391e7 color hex is 0.02, 0.37, 0.00, 0.09. Web safe color of #e391e7 is #cc99ff. Color #e391e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010001 11100111
Octal 343 221 347
Decimal 227 145 231
Hex E3 91 E7

RGB Percentages of Color #e391e7

%37.65
%24.05
%38.31

CMYK Percentages of Color #e391e7

%2
%37
%0
%9

Triadic Colors of #e391e7

#e391e7 #e7e391 #91e7e3

Analogous Colors of #e391e7

#e391e7 #e791c0 #b891e7

Monochromatic Colors of #e391e7

#e391e7

Complementary Color

#e391e7 #95e791

#e391e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e391e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e391e7 Color CSS Codes

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

#e391e7 Text Font Color

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

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


#e391e7 Background Color

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

This div background color is #e391e7


#e391e7 Border Color

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

This div border color is #e391e7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,145,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e391e7


Comments

No comments written yet.

Please login to write comment.