Color Hex Logo

#e391af Color Hex

#E391AF
(227,145,175)
0 Favorites   0 Comments

Color spaces of #e391af

RGB 227145175
HSL0.940.590.73
HSV338°36°89°
CMYK 0.000.360.23   0.11
XYZ49.541839.676845.6047
Yxy39.67680.36750.2943
Hunter Lab62.989530.16011.1664
CIE-Lab69.238734.9823-2.6763

#e391af color RGB value is (227,145,175).

#e391af hex color red value is 227, green value is 145 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e391af hue: 0.94 , saturation: 0.59 and the lightness value of e391af is 0.73.

The process color (four color CMYK) of #e391af color hex is 0.00, 0.36, 0.23, 0.11. Web safe color of #e391af is #cc9999. Color #e391af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010001 10101111
Octal 343 221 257
Decimal 227 145 175
Hex E3 91 AF

RGB Percentages of Color #e391af

%41.50
%26.51
%31.99

CMYK Percentages of Color #e391af

%0
%36
%23
%11

Triadic Colors of #e391af

#e391af #afe391 #91afe3

Analogous Colors of #e391af

#e391af #e39c91 #e391d8

Monochromatic Colors of #e391af

#e391af

Complementary Color

#e391af #91e3c5

#e391af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e391af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e391af Color CSS Codes

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

#e391af Text Font Color

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

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


#e391af Background Color

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

This div background color is #e391af


#e391af Border Color

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

This div border color is #e391af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e391af


Comments

No comments written yet.

Please login to write comment.