Color Hex Logo

#e488dd Color Hex

#E488DD
(228,136,221)
0 Favorites   0 Comments

Color spaces of #e488dd

RGB 228136221
HSL0.850.630.71
HSV305°40°89°
CMYK 0.000.400.03   0.11
XYZ53.850239.322873.1584
Yxy39.32280.32380.2364
Hunter Lab62.707943.5475-25.2754
CIE-Lab68.984447.4202-28.6471

#e488dd color RGB value is (228,136,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001000 11011101
Octal 344 210 335
Decimal 228 136 221
Hex E4 88 DD

RGB Percentages of Color #e488dd

%38.97
%23.25
%37.78

CMYK Percentages of Color #e488dd

%0
%40
%3
%11

Triadic Colors of #e488dd

#e488dd #dde488 #88dde4

Analogous Colors of #e488dd

#e488dd #e488af #bd88e4

Monochromatic Colors of #e488dd

#e488dd

Complementary Color

#e488dd #88e48f

#e488dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e488dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e488dd Color CSS Codes

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

#e488dd Text Font Color

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

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


#e488dd Background Color

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

This div background color is #e488dd


#e488dd Border Color

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

This div border color is #e488dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e488dd


Comments

No comments written yet.

Please login to write comment.