Color Hex Logo

#e488eb Color Hex

#E488EB
(228,136,235)
0 Favorites   0 Comments

Color spaces of #e488eb

RGB 228136235
HSL0.820.710.73
HSV296°42°92°
CMYK 0.030.420.00   0.08
XYZ55.794540.100583.3967
Yxy40.10050.31120.2237
Hunter Lab63.325046.4545-33.7553
CIE-Lab69.541149.9417-35.5050

#e488eb color RGB value is (228,136,235).

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

The process color (four color CMYK) of #e488eb color hex is 0.03, 0.42, 0.00, 0.08. Web safe color of #e488eb is #cc99ff. Color #e488eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001000 11101011
Octal 344 210 353
Decimal 228 136 235
Hex E4 88 EB

RGB Percentages of Color #e488eb

%38.06
%22.70
%39.23

CMYK Percentages of Color #e488eb

%3
%42
%0
%8

Triadic Colors of #e488eb

#e488eb #ebe488 #88ebe4

Analogous Colors of #e488eb

#e488eb #eb88c1 #b388eb

Monochromatic Colors of #e488eb

#e488eb

Complementary Color

#e488eb #8feb88

#e488eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e488eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e488eb Color CSS Codes

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

#e488eb Text Font Color

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

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


#e488eb Background Color

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

This div background color is #e488eb


#e488eb Border Color

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

This div border color is #e488eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,136,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e488eb


Comments

No comments written yet.

Please login to write comment.