Color Hex Logo

#e87ebe Color Hex

#E87EBE
(232,126,190)
0 Favorites   0 Comments

Color spaces of #e87ebe

RGB 232126190
HSL0.900.700.70
HSV324°46°91°
CMYK 0.000.460.18   0.09
XYZ50.033835.795252.9873
Yxy35.79520.36040.2579
Hunter Lab59.829144.5749-10.6295
CIE-Lab66.363148.7047-15.3085

#e87ebe color RGB value is (232,126,190).

#e87ebe hex color red value is 232, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e87ebe hue: 0.90 , saturation: 0.70 and the lightness value of e87ebe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111110 10111110
Octal 350 176 276
Decimal 232 126 190
Hex E8 7E BE

RGB Percentages of Color #e87ebe

%42.34
%22.99
%34.67

CMYK Percentages of Color #e87ebe

%0
%46
%18
%9

Triadic Colors of #e87ebe

#e87ebe #bee87e #7ebee8

Analogous Colors of #e87ebe

#e87ebe #e87e89 #dd7ee8

Monochromatic Colors of #e87ebe

#e87ebe

Complementary Color

#e87ebe #7ee8a8

#e87ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87ebe Color CSS Codes

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

#e87ebe Text Font Color

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

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


#e87ebe Background Color

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

This div background color is #e87ebe


#e87ebe Border Color

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

This div border color is #e87ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87ebe


Comments

No comments written yet.

Please login to write comment.