Color Hex Logo

#e48abd Color Hex

#E48ABD
(228,138,189)
0 Favorites   0 Comments

Color spaces of #e48abd

RGB 228138189
HSL0.910.630.72
HSV326°39°89°
CMYK 0.000.390.17   0.11
XYZ50.268738.345152.8960
Yxy38.34510.35520.2710
Hunter Lab61.923436.5382-7.3001
CIE-Lab68.274241.0982-11.9232

#e48abd color RGB value is (228,138,189).

#e48abd hex color red value is 228, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e48abd hue: 0.91 , saturation: 0.63 and the lightness value of e48abd is 0.72.

The process color (four color CMYK) of #e48abd color hex is 0.00, 0.39, 0.17, 0.11. Web safe color of #e48abd is #cc99cc. Color #e48abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001010 10111101
Octal 344 212 275
Decimal 228 138 189
Hex E4 8A BD

RGB Percentages of Color #e48abd

%41.08
%24.86
%34.05

CMYK Percentages of Color #e48abd

%0
%39
%17
%11

Triadic Colors of #e48abd

#e48abd #bde48a #8abde4

Analogous Colors of #e48abd

#e48abd #e48a90 #de8ae4

Monochromatic Colors of #e48abd

#e48abd

Complementary Color

#e48abd #8ae4b1

#e48abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48abd Color CSS Codes

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

#e48abd Text Font Color

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

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


#e48abd Background Color

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

This div background color is #e48abd


#e48abd Border Color

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

This div border color is #e48abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48abd


Comments

No comments written yet.

Please login to write comment.