Color Hex Logo

#e48384 Color Hex

#E48384
(228,131,132)
0 Favorites   0 Comments

Color spaces of #e48384

RGB 228131132
HSL1.000.640.70
HSV359°43°89°
CMYK 0.000.430.42   0.11
XYZ44.276134.392526.1346
Yxy34.39250.42250.3282
Hunter Lab58.645132.135614.6296
CIE-Lab65.272937.282615.8322

#e48384 color RGB value is (228,131,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 10000100
Octal 344 203 204
Decimal 228 131 132
Hex E4 83 84

RGB Percentages of Color #e48384

%46.44
%26.68
%26.88

CMYK Percentages of Color #e48384

%0
%43
%42
%11

Triadic Colors of #e48384

#e48384 #84e483 #8384e4

Analogous Colors of #e48384

#e48384 #e4b383 #e483b5

Monochromatic Colors of #e48384

#e48384

Complementary Color

#e48384 #83e4e3

#e48384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48384 Color CSS Codes

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

#e48384 Text Font Color

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

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


#e48384 Background Color

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

This div background color is #e48384


#e48384 Border Color

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

This div border color is #e48384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48384


Comments

No comments written yet.

Please login to write comment.