Color Hex Logo

#e5847d Color Hex

#E5847D
(229,132,125)
0 Favorites   0 Comments

Color spaces of #e5847d

RGB 229132125
HSL0.010.670.69
HSV45°90°
CMYK 0.000.420.45   0.10
XYZ44.266034.641223.7554
Yxy34.64120.43120.3374
Hunter Lab58.856831.249917.2695
CIE-Lab65.468436.410720.0615

#e5847d color RGB value is (229,132,125).

#e5847d hex color red value is 229, green value is 132 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e5847d hue: 0.01 , saturation: 0.67 and the lightness value of e5847d is 0.69.

The process color (four color CMYK) of #e5847d color hex is 0.00, 0.42, 0.45, 0.10. Web safe color of #e5847d is #cc9966. Color #e5847d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 01111101
Octal 345 204 175
Decimal 229 132 125
Hex E5 84 7D

RGB Percentages of Color #e5847d

%47.12
%27.16
%25.72

CMYK Percentages of Color #e5847d

%0
%42
%45
%10

Triadic Colors of #e5847d

#e5847d #7de584 #847de5

Analogous Colors of #e5847d

#e5847d #e5b87d #e57daa

Monochromatic Colors of #e5847d

#e5847d

Complementary Color

#e5847d #7ddee5

#e5847d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5847d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5847d Color CSS Codes

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

#e5847d Text Font Color

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

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


#e5847d Background Color

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

This div background color is #e5847d


#e5847d Border Color

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

This div border color is #e5847d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5847d


Comments

No comments written yet.

Please login to write comment.