Color Hex Logo

#e894de Color Hex

#E894DE
(232,148,222)
0 Favorites   0 Comments

Color spaces of #e894de

RGB 232148222
HSL0.850.650.75
HSV307°36°91°
CMYK 0.000.360.04   0.09
XYZ57.053443.609574.5177
Yxy43.60950.32570.2489
Hunter Lab66.037538.6503-20.6775
CIE-Lab71.966742.6116-24.5835

#e894de color RGB value is (232,148,222).

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

The process color (four color CMYK) of #e894de color hex is 0.00, 0.36, 0.04, 0.09. Web safe color of #e894de is #ff99cc. Color #e894de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010100 11011110
Octal 350 224 336
Decimal 232 148 222
Hex E8 94 DE

RGB Percentages of Color #e894de

%38.54
%24.58
%36.88

CMYK Percentages of Color #e894de

%0
%36
%4
%9

Triadic Colors of #e894de

#e894de #dee894 #94dee8

Analogous Colors of #e894de

#e894de #e894b4 #c894e8

Monochromatic Colors of #e894de

#e894de

Complementary Color

#e894de #94e89e

#e894de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e894de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e894de Color CSS Codes

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

#e894de Text Font Color

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

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


#e894de Background Color

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

This div background color is #e894de


#e894de Border Color

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

This div border color is #e894de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e894de


Comments

No comments written yet.

Please login to write comment.