Color Hex Logo

#e8477d Color Hex

#E8477D
(232,71,125)
0 Favorites   0 Comments

Color spaces of #e8477d

RGB 23271125
HSL0.940.780.59
HSV340°69°91°
CMYK 0.000.690.46   0.09
XYZ39.233623.142921.8012
Yxy23.14290.46610.2749
Hunter Lab48.107161.38796.8059
CIE-Lab55.219265.30655.7870

#e8477d color RGB value is (232,71,125).

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

The process color (four color CMYK) of #e8477d color hex is 0.00, 0.69, 0.46, 0.09. Web safe color of #e8477d is #ff3366. Color #e8477d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000111 01111101
Octal 350 107 175
Decimal 232 71 125
Hex E8 47 7D

RGB Percentages of Color #e8477d

%54.21
%16.59
%29.21

CMYK Percentages of Color #e8477d

%0
%69
%46
%9

Triadic Colors of #e8477d

#e8477d #7de847 #477de8

Analogous Colors of #e8477d

#e8477d #e86147 #e847ce

Monochromatic Colors of #e8477d

#e8477d

Complementary Color

#e8477d #47e8b2

#e8477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8477d Color CSS Codes

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

#e8477d Text Font Color

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

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


#e8477d Background Color

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

This div background color is #e8477d


#e8477d Border Color

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

This div border color is #e8477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8477d


Comments

No comments written yet.

Please login to write comment.