Color Hex Logo

#e98ede Color Hex

#E98EDE
(233,142,222)
0 Favorites   0 Comments

Color spaces of #e98ede

RGB 233142222
HSL0.850.670.74
HSV307°39°91°
CMYK 0.000.390.05   0.09
XYZ56.462141.943674.2273
Yxy41.94360.32710.2430
Hunter Lab64.763942.2821-22.6189
CIE-Lab70.832046.0403-26.3106

#e98ede color RGB value is (233,142,222).

#e98ede hex color red value is 233, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e98ede hue: 0.85 , saturation: 0.67 and the lightness value of e98ede is 0.74.

The process color (four color CMYK) of #e98ede color hex is 0.00, 0.39, 0.05, 0.09. Web safe color of #e98ede is #ff99cc. Color #e98ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001110 11011110
Octal 351 216 336
Decimal 233 142 222
Hex E9 8E DE

RGB Percentages of Color #e98ede

%39.03
%23.79
%37.19

CMYK Percentages of Color #e98ede

%0
%39
%5
%9

Triadic Colors of #e98ede

#e98ede #dee98e #8edee9

Analogous Colors of #e98ede

#e98ede #e98eb1 #c78ee9

Monochromatic Colors of #e98ede

#e98ede

Complementary Color

#e98ede #8ee999

#e98ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98ede Color CSS Codes

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

#e98ede Text Font Color

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

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


#e98ede Background Color

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

This div background color is #e98ede


#e98ede Border Color

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

This div border color is #e98ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98ede


Comments

No comments written yet.

Please login to write comment.