Color Hex Logo

#e894ce Color Hex

#E894CE
(232,148,206)
0 Favorites   0 Comments

Color spaces of #e894ce

RGB 232148206
HSL0.880.650.75
HSV319°36°91°
CMYK 0.000.360.11   0.09
XYZ55.009242.791863.7529
Yxy42.79180.34050.2649
Hunter Lab65.415435.6273-11.9923
CIE-Lab71.413439.8976-16.6054

#e894ce color RGB value is (232,148,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010100 11001110
Octal 350 224 316
Decimal 232 148 206
Hex E8 94 CE

RGB Percentages of Color #e894ce

%39.59
%25.26
%35.15

CMYK Percentages of Color #e894ce

%0
%36
%11
%9

Triadic Colors of #e894ce

#e894ce #cee894 #94cee8

Analogous Colors of #e894ce

#e894ce #e894a4 #d894e8

Monochromatic Colors of #e894ce

#e894ce

Complementary Color

#e894ce #94e8ae

#e894ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e894ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e894ce Color CSS Codes

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

#e894ce Text Font Color

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

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


#e894ce Background Color

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

This div background color is #e894ce


#e894ce Border Color

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

This div border color is #e894ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,148,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e894ce


Comments

No comments written yet.

Please login to write comment.