Color Hex Logo

#e389bb Color Hex

#E389BB
(227,137,187)
0 Favorites   0 Comments

Color spaces of #e389bb

RGB 227137187
HSL0.910.620.71
HSV327°40°89°
CMYK 0.000.400.18   0.11
XYZ49.593937.810151.6979
Yxy37.81010.35650.2718
Hunter Lab61.489936.3595-6.8054
CIE-Lab67.880440.9780-11.4060

#e389bb color RGB value is (227,137,187).

#e389bb hex color red value is 227, green value is 137 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e389bb hue: 0.91 , saturation: 0.62 and the lightness value of e389bb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001001 10111011
Octal 343 211 273
Decimal 227 137 187
Hex E3 89 BB

RGB Percentages of Color #e389bb

%41.20
%24.86
%33.94

CMYK Percentages of Color #e389bb

%0
%40
%18
%11

Triadic Colors of #e389bb

#e389bb #bbe389 #89bbe3

Analogous Colors of #e389bb

#e389bb #e3898e #de89e3

Monochromatic Colors of #e389bb

#e389bb

Complementary Color

#e389bb #89e3b1

#e389bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e389bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e389bb Color CSS Codes

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

#e389bb Text Font Color

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

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


#e389bb Background Color

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

This div background color is #e389bb


#e389bb Border Color

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

This div border color is #e389bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e389bb


Comments

No comments written yet.

Please login to write comment.