Color Hex Logo

#e488ba Color Hex

#E488BA
(228,136,186)
0 Favorites   0 Comments

Color spaces of #e488ba

RGB 228136186
HSL0.910.630.71
HSV327°40°89°
CMYK 0.000.400.18   0.11
XYZ49.662037.647551.1036
Yxy37.64750.35880.2720
Hunter Lab61.357637.0998-6.4313
CIE-Lab67.760041.6812-11.0134

#e488ba color RGB value is (228,136,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001000 10111010
Octal 344 210 272
Decimal 228 136 186
Hex E4 88 BA

RGB Percentages of Color #e488ba

%41.45
%24.73
%33.82

CMYK Percentages of Color #e488ba

%0
%40
%18
%11

Triadic Colors of #e488ba

#e488ba #bae488 #88bae4

Analogous Colors of #e488ba

#e488ba #e4888c #e088e4

Monochromatic Colors of #e488ba

#e488ba

Complementary Color

#e488ba #88e4b2

#e488ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e488ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e488ba Color CSS Codes

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

#e488ba Text Font Color

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

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


#e488ba Background Color

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

This div background color is #e488ba


#e488ba Border Color

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

This div border color is #e488ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e488ba


Comments

No comments written yet.

Please login to write comment.