Color Hex Logo

#e498dd Color Hex

#E498DD
(228,152,221)
0 Favorites   0 Comments

Color spaces of #e498dd

RGB 228152221
HSL0.850.580.75
HSV306°33°89°
CMYK 0.000.330.03   0.11
XYZ56.274344.170973.9665
Yxy44.17090.32270.2533
Hunter Lab66.461234.8332-19.4626
CIE-Lab72.342639.0628-23.4998

#e498dd color RGB value is (228,152,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011000 11011101
Octal 344 230 335
Decimal 228 152 221
Hex E4 98 DD

RGB Percentages of Color #e498dd

%37.94
%25.29
%36.77

CMYK Percentages of Color #e498dd

%0
%33
%3
%11

Triadic Colors of #e498dd

#e498dd #dde498 #98dde4

Analogous Colors of #e498dd

#e498dd #e498b7 #c598e4

Monochromatic Colors of #e498dd

#e498dd

Complementary Color

#e498dd #98e49f

#e498dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e498dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e498dd Color CSS Codes

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

#e498dd Text Font Color

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

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


#e498dd Background Color

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

This div background color is #e498dd


#e498dd Border Color

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

This div border color is #e498dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e498dd


Comments

No comments written yet.

Please login to write comment.