Color Hex Logo

#e391ab Color Hex

#E391AB
(227,145,171)
0 Favorites   0 Comments

Color spaces of #e391ab

RGB 227145171
HSL0.950.590.73
HSV341°36°89°
CMYK 0.000.360.25   0.11
XYZ49.154639.522043.5658
Yxy39.52200.37170.2989
Hunter Lab62.866529.55062.9193
CIE-Lab69.127734.4097-0.6036

#e391ab color RGB value is (227,145,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010001 10101011
Octal 343 221 253
Decimal 227 145 171
Hex E3 91 AB

RGB Percentages of Color #e391ab

%41.80
%26.70
%31.49

CMYK Percentages of Color #e391ab

%0
%36
%25
%11

Triadic Colors of #e391ab

#e391ab #abe391 #91abe3

Analogous Colors of #e391ab

#e391ab #e3a091 #e391d4

Monochromatic Colors of #e391ab

#e391ab

Complementary Color

#e391ab #91e3c9

#e391ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e391ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e391ab Color CSS Codes

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

#e391ab Text Font Color

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

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


#e391ab Background Color

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

This div background color is #e391ab


#e391ab Border Color

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

This div border color is #e391ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e391ab


Comments

No comments written yet.

Please login to write comment.