Color Hex Logo

#e48580 Color Hex

#E48580
(228,133,128)
0 Favorites   0 Comments

Color spaces of #e48580

RGB 228133128
HSL0.010.650.70
HSV44°89°
CMYK 0.000.420.44   0.11
XYZ44.278734.827624.8107
Yxy34.82760.42610.3351
Hunter Lab59.014930.651916.3841
CIE-Lab65.614235.819118.5559

#e48580 color RGB value is (228,133,128).

#e48580 hex color red value is 228, green value is 133 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e48580 hue: 0.01 , saturation: 0.65 and the lightness value of e48580 is 0.70.

The process color (four color CMYK) of #e48580 color hex is 0.00, 0.42, 0.44, 0.11. Web safe color of #e48580 is #cc9999. Color #e48580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 10000000
Octal 344 205 200
Decimal 228 133 128
Hex E4 85 80

RGB Percentages of Color #e48580

%46.63
%27.20
%26.18

CMYK Percentages of Color #e48580

%0
%42
%44
%11

Triadic Colors of #e48580

#e48580 #80e485 #8580e4

Analogous Colors of #e48580

#e48580 #e4b780 #e480ad

Monochromatic Colors of #e48580

#e48580

Complementary Color

#e48580 #80dfe4

#e48580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48580 Color CSS Codes

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

#e48580 Text Font Color

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

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


#e48580 Background Color

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

This div background color is #e48580


#e48580 Border Color

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

This div border color is #e48580


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,133,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48580


Comments

No comments written yet.

Please login to write comment.