Color Hex Logo

#e48abc Color Hex

#E48ABC
(228,138,188)
0 Favorites   0 Comments

Color spaces of #e48abc

RGB 228138188
HSL0.910.630.72
HSV327°39°89°
CMYK 0.000.390.18   0.11
XYZ50.160538.301852.3262
Yxy38.30180.35630.2721
Hunter Lab61.888436.3692-6.8073
CIE-Lab68.242540.9447-11.4113

#e48abc color RGB value is (228,138,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001010 10111100
Octal 344 212 274
Decimal 228 138 188
Hex E4 8A BC

RGB Percentages of Color #e48abc

%41.16
%24.91
%33.94

CMYK Percentages of Color #e48abc

%0
%39
%18
%11

Triadic Colors of #e48abc

#e48abc #bce48a #8abce4

Analogous Colors of #e48abc

#e48abc #e48a8f #df8ae4

Monochromatic Colors of #e48abc

#e48abc

Complementary Color

#e48abc #8ae4b2

#e48abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48abc Color CSS Codes

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

#e48abc Text Font Color

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

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


#e48abc Background Color

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

This div background color is #e48abc


#e48abc Border Color

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

This div border color is #e48abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48abc


Comments

No comments written yet.

Please login to write comment.