Color Hex Logo

#e498de Color Hex

#E498DE
(228,152,222)
0 Favorites   0 Comments

Color spaces of #e498de

RGB 228152222
HSL0.850.580.75
HSV305°33°89°
CMYK 0.000.330.03   0.11
XYZ56.408044.224474.6704
Yxy44.22440.32180.2523
Hunter Lab66.501435.0302-20.0221
CIE-Lab72.378239.2413-23.9943

#e498de color RGB value is (228,152,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011000 11011110
Octal 344 230 336
Decimal 228 152 222
Hex E4 98 DE

RGB Percentages of Color #e498de

%37.87
%25.25
%36.88

CMYK Percentages of Color #e498de

%0
%33
%3
%11

Triadic Colors of #e498de

#e498de #dee498 #98dee4

Analogous Colors of #e498de

#e498de #e498b8 #c498e4

Monochromatic Colors of #e498de

#e498de

Complementary Color

#e498de #98e49e

#e498de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e498de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e498de Color CSS Codes

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

#e498de Text Font Color

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

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


#e498de Background Color

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

This div background color is #e498de


#e498de Border Color

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

This div border color is #e498de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e498de


Comments

No comments written yet.

Please login to write comment.