Color Hex Logo

#e48ace Color Hex

#E48ACE
(228,138,206)
0 Favorites   0 Comments

Color spaces of #e48ace

RGB 228138206
HSL0.870.630.72
HSV315°39°89°
CMYK 0.000.390.10   0.11
XYZ52.224039.127263.1923
Yxy39.12720.33790.2532
Hunter Lab62.551739.5628-16.1109
CIE-Lab68.843343.8212-20.5448

#e48ace color RGB value is (228,138,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001010 11001110
Octal 344 212 316
Decimal 228 138 206
Hex E4 8A CE

RGB Percentages of Color #e48ace

%39.86
%24.13
%36.01

CMYK Percentages of Color #e48ace

%0
%39
%10
%11

Triadic Colors of #e48ace

#e48ace #cee48a #8acee4

Analogous Colors of #e48ace

#e48ace #e48aa1 #cd8ae4

Monochromatic Colors of #e48ace

#e48ace

Complementary Color

#e48ace #8ae4a0

#e48ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48ace Color CSS Codes

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

#e48ace Text Font Color

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

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


#e48ace Background Color

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

This div background color is #e48ace


#e48ace Border Color

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

This div border color is #e48ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48ace


Comments

No comments written yet.

Please login to write comment.