Color Hex Logo

#e388ba Color Hex

#E388BA
(227,136,186)
0 Favorites   0 Comments

Color spaces of #e388ba

RGB 227136186
HSL0.910.620.71
HSV327°40°89°
CMYK 0.000.400.18   0.11
XYZ49.345637.484451.0888
Yxy37.48440.35780.2718
Hunter Lab61.224536.7242-6.6174
CIE-Lab67.638941.3463-11.2073

#e388ba color RGB value is (227,136,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001000 10111010
Octal 343 210 272
Decimal 227 136 186
Hex E3 88 BA

RGB Percentages of Color #e388ba

%41.35
%24.77
%33.88

CMYK Percentages of Color #e388ba

%0
%40
%18
%11

Triadic Colors of #e388ba

#e388ba #bae388 #88bae3

Analogous Colors of #e388ba

#e388ba #e3888d #df88e3

Monochromatic Colors of #e388ba

#e388ba

Complementary Color

#e388ba #88e3b1

#e388ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e388ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e388ba Color CSS Codes

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

#e388ba Text Font Color

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

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


#e388ba Background Color

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

This div background color is #e388ba


#e388ba Border Color

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

This div border color is #e388ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e388ba


Comments

No comments written yet.

Please login to write comment.