Color Hex Logo

#e48098 Color Hex

#E48098
(228,128,152)
0 Favorites   0 Comments

Color spaces of #e48098

RGB 228128152
HSL0.960.650.70
HSV346°44°89°
CMYK 0.000.440.33   0.11
XYZ45.381634.199333.9150
Yxy34.19930.39990.3013
Hunter Lab58.480236.17876.5515
CIE-Lab65.120541.13924.2896

#e48098 color RGB value is (228,128,152).

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

The process color (four color CMYK) of #e48098 color hex is 0.00, 0.44, 0.33, 0.11. Web safe color of #e48098 is #cc9999. Color #e48098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 10011000
Octal 344 200 230
Decimal 228 128 152
Hex E4 80 98

RGB Percentages of Color #e48098

%44.88
%25.20
%29.92

CMYK Percentages of Color #e48098

%0
%44
%33
%11

Triadic Colors of #e48098

#e48098 #98e480 #8098e4

Analogous Colors of #e48098

#e48098 #e49a80 #e480ca

Monochromatic Colors of #e48098

#e48098

Complementary Color

#e48098 #80e4cc

#e48098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48098 Color CSS Codes

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

#e48098 Text Font Color

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

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


#e48098 Background Color

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

This div background color is #e48098


#e48098 Border Color

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

This div border color is #e48098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48098


Comments

No comments written yet.

Please login to write comment.