Color Hex Logo

#e87bef Color Hex

#E87BEF
(232,123,239)
0 Favorites   0 Comments

Color spaces of #e87bef

RGB 232123239
HSL0.820.780.71
HSV296°49°94°
CMYK 0.030.490.00   0.06
XYZ55.941737.553785.9615
Yxy37.55370.31170.2093
Hunter Lab61.281155.7056-40.2718
CIE-Lab67.690458.2865-40.5528

#e87bef color RGB value is (232,123,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111011 11101111
Octal 350 173 357
Decimal 232 123 239
Hex E8 7B EF

RGB Percentages of Color #e87bef

%39.06
%20.71
%40.24

CMYK Percentages of Color #e87bef

%3
%49
%0
%6

Triadic Colors of #e87bef

#e87bef #efe87b #7befe8

Analogous Colors of #e87bef

#e87bef #ef7bbc #ae7bef

Monochromatic Colors of #e87bef

#e87bef

Complementary Color

#e87bef #82ef7b

#e87bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87bef Color CSS Codes

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

#e87bef Text Font Color

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

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


#e87bef Background Color

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

This div background color is #e87bef


#e87bef Border Color

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

This div border color is #e87bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87bef


Comments

No comments written yet.

Please login to write comment.