Color Hex Logo

#e398ba Color Hex

#E398BA
(227,152,186)
0 Favorites   0 Comments

Color spaces of #e398ba

RGB 227152186
HSL0.920.570.74
HSV333°33°89°
CMYK 0.000.330.18   0.11
XYZ51.769742.332551.8968
Yxy42.33250.35460.2900
Hunter Lab65.063428.1680-1.7473
CIE-Lab71.099632.9051-6.0556

#e398ba color RGB value is (227,152,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011000 10111010
Octal 343 230 272
Decimal 227 152 186
Hex E3 98 BA

RGB Percentages of Color #e398ba

%40.18
%26.90
%32.92

CMYK Percentages of Color #e398ba

%0
%33
%18
%11

Triadic Colors of #e398ba

#e398ba #bae398 #98bae3

Analogous Colors of #e398ba

#e398ba #e39c98 #e398e0

Monochromatic Colors of #e398ba

#e398ba

Complementary Color

#e398ba #98e3c1

#e398ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e398ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e398ba Color CSS Codes

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

#e398ba Text Font Color

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

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


#e398ba Background Color

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

This div background color is #e398ba


#e398ba Border Color

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

This div border color is #e398ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e398ba

#e398ba Color Palettes


Comments

No comments written yet.

Please login to write comment.