Color Hex Logo

#e48baa Color Hex

#E48BAA
(228,139,170)
0 Favorites   0 Comments

Color spaces of #e48baa

RGB 228139170
HSL0.940.620.72
HSV339°39°89°
CMYK 0.000.390.25   0.11
XYZ48.483237.861542.7829
Yxy37.86150.37550.2932
Hunter Lab61.531732.96661.8479
CIE-Lab67.918437.7865-1.8004

#e48baa color RGB value is (228,139,170).

#e48baa hex color red value is 228, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e48baa hue: 0.94 , saturation: 0.62 and the lightness value of e48baa is 0.72.

The process color (four color CMYK) of #e48baa color hex is 0.00, 0.39, 0.25, 0.11. Web safe color of #e48baa is #cc9999. Color #e48baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001011 10101010
Octal 344 213 252
Decimal 228 139 170
Hex E4 8B AA

RGB Percentages of Color #e48baa

%42.46
%25.88
%31.66

CMYK Percentages of Color #e48baa

%0
%39
%25
%11

Triadic Colors of #e48baa

#e48baa #aae48b #8baae4

Analogous Colors of #e48baa

#e48baa #e4998b #e48bd7

Monochromatic Colors of #e48baa

#e48baa

Complementary Color

#e48baa #8be4c5

#e48baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48baa Color CSS Codes

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

#e48baa Text Font Color

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

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


#e48baa Background Color

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

This div background color is #e48baa


#e48baa Border Color

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

This div border color is #e48baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48baa


Comments

No comments written yet.

Please login to write comment.