Color Hex Logo

#e8757d Color Hex

#E8757D
(232,117,125)
0 Favorites   0 Comments

Color spaces of #e8757d

RGB 232117125
HSL0.990.710.68
HSV356°50°91°
CMYK 0.000.500.46   0.09
XYZ43.341731.359123.1706
Yxy31.35910.44280.3204
Hunter Lab55.999240.155114.6672
CIE-Lab62.809645.154316.4737

#e8757d color RGB value is (232,117,125).

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

The process color (four color CMYK) of #e8757d color hex is 0.00, 0.50, 0.46, 0.09. Web safe color of #e8757d is #ff6666. Color #e8757d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110101 01111101
Octal 350 165 175
Decimal 232 117 125
Hex E8 75 7D

RGB Percentages of Color #e8757d

%48.95
%24.68
%26.37

CMYK Percentages of Color #e8757d

%0
%50
%46
%9

Triadic Colors of #e8757d

#e8757d #7de875 #757de8

Analogous Colors of #e8757d

#e8757d #e8a775 #e875b7

Monochromatic Colors of #e8757d

#e8757d

Complementary Color

#e8757d #75e8e0

#e8757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8757d Color CSS Codes

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

#e8757d Text Font Color

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

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


#e8757d Background Color

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

This div background color is #e8757d


#e8757d Border Color

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

This div border color is #e8757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8757d


Comments

No comments written yet.

Please login to write comment.