Color Hex Logo

#e48897 Color Hex

#E48897
(228,136,151)
1 Favorites   0 Comments

Color spaces of #e48897

RGB 228136151
HSL0.970.630.71
HSV350°40°89°
CMYK 0.000.400.34   0.11
XYZ46.385036.336733.8471
Yxy36.33670.39790.3117
Hunter Lab60.279931.86478.9047
CIE-Lab66.776436.86087.2352

#e48897 color RGB value is (228,136,151).

#e48897 hex color red value is 228, green value is 136 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e48897 hue: 0.97 , saturation: 0.63 and the lightness value of e48897 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001000 10010111
Octal 344 210 227
Decimal 228 136 151
Hex E4 88 97

RGB Percentages of Color #e48897

%44.27
%26.41
%29.32

CMYK Percentages of Color #e48897

%0
%40
%34
%11

Triadic Colors of #e48897

#e48897 #97e488 #8897e4

Analogous Colors of #e48897

#e48897 #e4a788 #e488c5

Monochromatic Colors of #e48897

#e48897

Complementary Color

#e48897 #88e4d5

#e48897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48897 Color CSS Codes

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

#e48897 Text Font Color

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

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


#e48897 Background Color

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

This div background color is #e48897


#e48897 Border Color

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

This div border color is #e48897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48897


Comments

No comments written yet.

Please login to write comment.