Color Hex Logo

#e48288 Color Hex

#E48288
(228,130,136)
0 Favorites   0 Comments

Color spaces of #e48288

RGB 228130136
HSL0.990.640.70
HSV356°43°89°
CMYK 0.000.430.40   0.11
XYZ44.421534.236827.5597
Yxy34.23680.41820.3223
Hunter Lab58.512233.117813.0325
CIE-Lab65.150138.235813.4011

#e48288 color RGB value is (228,130,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 10001000
Octal 344 202 210
Decimal 228 130 136
Hex E4 82 88

RGB Percentages of Color #e48288

%46.15
%26.32
%27.53

CMYK Percentages of Color #e48288

%0
%43
%40
%11

Triadic Colors of #e48288

#e48288 #88e482 #8288e4

Analogous Colors of #e48288

#e48288 #e4ad82 #e482b9

Monochromatic Colors of #e48288

#e48288

Complementary Color

#e48288 #82e4de

#e48288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48288 Color CSS Codes

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

#e48288 Text Font Color

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

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


#e48288 Background Color

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

This div background color is #e48288


#e48288 Border Color

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

This div border color is #e48288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48288


Comments

No comments written yet.

Please login to write comment.