Color Hex Logo

#e4827d Color Hex

#E4827D
(228,130,125)
0 Favorites   0 Comments

Color spaces of #e4827d

RGB 228130125
HSL0.010.660.69
HSV45°89°
CMYK 0.000.430.45   0.11
XYZ43.679233.939923.6509
Yxy33.93990.43130.3351
Hunter Lab58.258031.879816.7107
CIE-Lab64.914837.076419.2840

#e4827d color RGB value is (228,130,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 01111101
Octal 344 202 175
Decimal 228 130 125
Hex E4 82 7D

RGB Percentages of Color #e4827d

%47.20
%26.92
%25.88

CMYK Percentages of Color #e4827d

%0
%43
%45
%11

Triadic Colors of #e4827d

#e4827d #7de482 #827de4

Analogous Colors of #e4827d

#e4827d #e4b67d #e47dac

Monochromatic Colors of #e4827d

#e4827d

Complementary Color

#e4827d #7ddfe4

#e4827d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4827d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4827d Color CSS Codes

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

#e4827d Text Font Color

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

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


#e4827d Background Color

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

This div background color is #e4827d


#e4827d Border Color

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

This div border color is #e4827d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4827d


Comments

No comments written yet.

Please login to write comment.