Color Hex Logo

#e48393 Color Hex

#E48393
(228,131,147)
0 Favorites   0 Comments

Color spaces of #e48393

RGB 228131147
HSL0.970.640.70
HSV350°43°89°
CMYK 0.000.430.36   0.11
XYZ45.377734.833231.9356
Yxy34.83320.40460.3106
Hunter Lab59.019733.95669.2319
CIE-Lab65.618638.98087.8391

#e48393 color RGB value is (228,131,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 10010011
Octal 344 203 223
Decimal 228 131 147
Hex E4 83 93

RGB Percentages of Color #e48393

%45.06
%25.89
%29.05

CMYK Percentages of Color #e48393

%0
%43
%36
%11

Triadic Colors of #e48393

#e48393 #93e483 #8393e4

Analogous Colors of #e48393

#e48393 #e4a483 #e483c4

Monochromatic Colors of #e48393

#e48393

Complementary Color

#e48393 #83e4d4

#e48393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48393 Color CSS Codes

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

#e48393 Text Font Color

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

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


#e48393 Background Color

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

This div background color is #e48393


#e48393 Border Color

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

This div border color is #e48393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48393


Comments

No comments written yet.

Please login to write comment.