Color Hex Logo

#e87dde Color Hex

#E87DDE
(232,125,222)
0 Favorites   0 Comments

Color spaces of #e87dde

RGB 232125222
HSL0.850.700.70
HSV306°46°91°
CMYK 0.000.460.04   0.09
XYZ53.797137.097073.4322
Yxy37.09700.32740.2258
Hunter Lab60.907351.0745-28.8472
CIE-Lab67.349754.3303-31.6838

#e87dde color RGB value is (232,125,222).

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

The process color (four color CMYK) of #e87dde color hex is 0.00, 0.46, 0.04, 0.09. Web safe color of #e87dde is #ff66cc. Color #e87dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111101 11011110
Octal 350 175 336
Decimal 232 125 222
Hex E8 7D DE

RGB Percentages of Color #e87dde

%40.07
%21.59
%38.34

CMYK Percentages of Color #e87dde

%0
%46
%4
%9

Triadic Colors of #e87dde

#e87dde #dee87d #7ddee8

Analogous Colors of #e87dde

#e87dde #e87da9 #bd7de8

Monochromatic Colors of #e87dde

#e87dde

Complementary Color

#e87dde #7de887

#e87dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87dde Color CSS Codes

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

#e87dde Text Font Color

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

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


#e87dde Background Color

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

This div background color is #e87dde


#e87dde Border Color

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

This div border color is #e87dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87dde


Comments

No comments written yet.

Please login to write comment.