Color Hex Logo

#e5827d Color Hex

#E5827D
(229,130,125)
0 Favorites   0 Comments

Color spaces of #e5827d

RGB 229130125
HSL0.010.670.69
HSV45°90°
CMYK 0.000.430.45   0.10
XYZ43.997434.103923.6658
Yxy34.10390.43230.3351
Hunter Lab58.398532.284316.8519
CIE-Lab65.045037.450219.4831

#e5827d color RGB value is (229,130,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000010 01111101
Octal 345 202 175
Decimal 229 130 125
Hex E5 82 7D

RGB Percentages of Color #e5827d

%47.31
%26.86
%25.83

CMYK Percentages of Color #e5827d

%0
%43
%45
%10

Triadic Colors of #e5827d

#e5827d #7de582 #827de5

Analogous Colors of #e5827d

#e5827d #e5b67d #e57dac

Monochromatic Colors of #e5827d

#e5827d

Complementary Color

#e5827d #7de0e5

#e5827d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5827d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5827d Color CSS Codes

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

#e5827d Text Font Color

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

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


#e5827d Background Color

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

This div background color is #e5827d


#e5827d Border Color

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

This div border color is #e5827d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5827d


Comments

No comments written yet.

Please login to write comment.