Color Hex Logo

#e48498 Color Hex

#E48498
(228,132,152)
0 Favorites   0 Comments

Color spaces of #e48498

RGB 228132152
HSL0.970.640.71
HSV348°42°89°
CMYK 0.000.420.33   0.11
XYZ45.913735.263534.0924
Yxy35.26350.39830.3059
Hunter Lab59.383134.09197.5292
CIE-Lab65.953339.07085.4896

#e48498 color RGB value is (228,132,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 10011000
Octal 344 204 230
Decimal 228 132 152
Hex E4 84 98

RGB Percentages of Color #e48498

%44.53
%25.78
%29.69

CMYK Percentages of Color #e48498

%0
%42
%33
%11

Triadic Colors of #e48498

#e48498 #98e484 #8498e4

Analogous Colors of #e48498

#e48498 #e4a084 #e484c8

Monochromatic Colors of #e48498

#e48498

Complementary Color

#e48498 #84e4d0

#e48498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48498 Color CSS Codes

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

#e48498 Text Font Color

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

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


#e48498 Background Color

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

This div background color is #e48498


#e48498 Border Color

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

This div border color is #e48498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,132,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 #e48498">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48498


Comments

No comments written yet.

Please login to write comment.