Color Hex Logo

#e87def Color Hex

#E87DEF
(232,125,239)
0 Favorites   0 Comments

Color spaces of #e87def

RGB 232125239
HSL0.820.780.71
HSV296°48°94°
CMYK 0.030.480.00   0.06
XYZ56.192338.055086.0450
Yxy38.05500.31170.2111
Hunter Lab61.688754.6405-39.5171
CIE-Lab68.061157.3133-39.9734

#e87def color RGB value is (232,125,239).

#e87def hex color red value is 232, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e87def hue: 0.82 , saturation: 0.78 and the lightness value of e87def is 0.71.

The process color (four color CMYK) of #e87def color hex is 0.03, 0.48, 0.00, 0.06. Web safe color of #e87def is #ff66ff. Color #e87def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111101 11101111
Octal 350 175 357
Decimal 232 125 239
Hex E8 7D EF

RGB Percentages of Color #e87def

%38.93
%20.97
%40.10

CMYK Percentages of Color #e87def

%3
%48
%0
%6

Triadic Colors of #e87def

#e87def #efe87d #7defe8

Analogous Colors of #e87def

#e87def #ef7dbd #af7def

Monochromatic Colors of #e87def

#e87def

Complementary Color

#e87def #84ef7d

#e87def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87def Color CSS Codes

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

#e87def Text Font Color

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

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


#e87def Background Color

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

This div background color is #e87def


#e87def Border Color

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

This div border color is #e87def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87def


Comments

No comments written yet.

Please login to write comment.