Color Hex Logo

#e394bb Color Hex

#E394BB
(227,148,187)
0 Favorites   0 Comments

Color spaces of #e394bb

RGB 227148187
HSL0.920.590.74
HSV330°35°89°
CMYK 0.000.350.18   0.11
XYZ51.238141.098652.2460
Yxy41.09860.35440.2843
Hunter Lab64.108230.4758-3.4436
CIE-Lab70.244935.1862-7.8787

#e394bb color RGB value is (227,148,187).

#e394bb hex color red value is 227, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e394bb hue: 0.92 , saturation: 0.59 and the lightness value of e394bb is 0.74.

The process color (four color CMYK) of #e394bb color hex is 0.00, 0.35, 0.18, 0.11. Web safe color of #e394bb is #cc99cc. Color #e394bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010100 10111011
Octal 343 224 273
Decimal 227 148 187
Hex E3 94 BB

RGB Percentages of Color #e394bb

%40.39
%26.33
%33.27

CMYK Percentages of Color #e394bb

%0
%35
%18
%11

Triadic Colors of #e394bb

#e394bb #bbe394 #94bbe3

Analogous Colors of #e394bb

#e394bb #e39594 #e394e3

Monochromatic Colors of #e394bb

#e394bb

Complementary Color

#e394bb #94e3bc

#e394bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e394bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e394bb Color CSS Codes

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

#e394bb Text Font Color

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

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


#e394bb Background Color

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

This div background color is #e394bb


#e394bb Border Color

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

This div border color is #e394bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e394bb

#e394bb Color Palettes


Comments

No comments written yet.

Please login to write comment.