Color Hex Logo

#e48380 Color Hex

#E48380
(228,131,128)
0 Favorites   0 Comments

Color spaces of #e48380

RGB 228131128
HSL0.010.650.70
HSV44°89°
CMYK 0.000.430.44   0.11
XYZ44.007534.285124.7203
Yxy34.28510.42720.3328
Hunter Lab58.553531.688115.9562
CIE-Lab65.188236.862217.9700

#e48380 color RGB value is (228,131,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 10000000
Octal 344 203 200
Decimal 228 131 128
Hex E4 83 80

RGB Percentages of Color #e48380

%46.82
%26.90
%26.28

CMYK Percentages of Color #e48380

%0
%43
%44
%11

Triadic Colors of #e48380

#e48380 #80e483 #8380e4

Analogous Colors of #e48380

#e48380 #e4b580 #e480af

Monochromatic Colors of #e48380

#e48380

Complementary Color

#e48380 #80e1e4

#e48380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48380 Color CSS Codes

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

#e48380 Text Font Color

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

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


#e48380 Background Color

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

This div background color is #e48380


#e48380 Border Color

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

This div border color is #e48380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48380


Comments

No comments written yet.

Please login to write comment.