Color Hex Logo

#e87eed Color Hex

#E87EED
(232,126,237)
0 Favorites   0 Comments

Color spaces of #e87eed

RGB 232126237
HSL0.830.760.71
HSV297°47°93°
CMYK 0.020.470.00   0.07
XYZ56.025638.191984.5397
Yxy38.19190.31340.2137
Hunter Lab61.799653.6733-37.8469
CIE-Lab68.161856.4639-38.7152

#e87eed color RGB value is (232,126,237).

#e87eed hex color red value is 232, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e87eed hue: 0.83 , saturation: 0.76 and the lightness value of e87eed is 0.71.

The process color (four color CMYK) of #e87eed color hex is 0.02, 0.47, 0.00, 0.07. Web safe color of #e87eed is #ff66ff. Color #e87eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111110 11101101
Octal 350 176 355
Decimal 232 126 237
Hex E8 7E ED

RGB Percentages of Color #e87eed

%38.99
%21.18
%39.83

CMYK Percentages of Color #e87eed

%2
%47
%0
%7

Triadic Colors of #e87eed

#e87eed #ede87e #7eede8

Analogous Colors of #e87eed

#e87eed #ed7ebb #b17eed

Monochromatic Colors of #e87eed

#e87eed

Complementary Color

#e87eed #83ed7e

#e87eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87eed Color CSS Codes

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

#e87eed Text Font Color

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

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


#e87eed Background Color

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

This div background color is #e87eed


#e87eed Border Color

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

This div border color is #e87eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87eed


Comments

No comments written yet.

Please login to write comment.