Color Hex Logo

#e48d81 Color Hex

#E48D81
(228,141,129)
0 Favorites   0 Comments

Color spaces of #e48d81

RGB 228141129
HSL0.020.650.70
HSV43°89°
CMYK 0.000.380.43   0.11
XYZ45.482237.128725.5383
Yxy37.12870.42060.3433
Hunter Lab60.933326.603717.8038
CIE-Lab67.373531.716420.4064

#e48d81 color RGB value is (228,141,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001101 10000001
Octal 344 215 201
Decimal 228 141 129
Hex E4 8D 81

RGB Percentages of Color #e48d81

%45.78
%28.31
%25.90

CMYK Percentages of Color #e48d81

%0
%38
%43
%11

Triadic Colors of #e48d81

#e48d81 #81e48d #8d81e4

Analogous Colors of #e48d81

#e48d81 #e4bf81 #e481a7

Monochromatic Colors of #e48d81

#e48d81

Complementary Color

#e48d81 #81d8e4

#e48d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48d81 Color CSS Codes

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

#e48d81 Text Font Color

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

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


#e48d81 Background Color

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

This div background color is #e48d81


#e48d81 Border Color

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

This div border color is #e48d81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48d81


Comments

No comments written yet.

Please login to write comment.