Color Hex Logo

#e48ada Color Hex

#E48ADA
(228,138,218)
0 Favorites   0 Comments

Color spaces of #e48ada

RGB 228138218
HSL0.850.630.72
HSV307°39°89°
CMYK 0.000.390.04   0.11
XYZ53.738339.732971.1666
Yxy39.73290.32640.2413
Hunter Lab63.034041.8667-22.8157
CIE-Lab69.278945.8644-26.5351

#e48ada color RGB value is (228,138,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001010 11011010
Octal 344 212 332
Decimal 228 138 218
Hex E4 8A DA

RGB Percentages of Color #e48ada

%39.04
%23.63
%37.33

CMYK Percentages of Color #e48ada

%0
%39
%4
%11

Triadic Colors of #e48ada

#e48ada #dae48a #8adae4

Analogous Colors of #e48ada

#e48ada #e48aad #c18ae4

Monochromatic Colors of #e48ada

#e48ada

Complementary Color

#e48ada #8ae494

#e48ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48ada Color CSS Codes

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

#e48ada Text Font Color

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

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


#e48ada Background Color

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

This div background color is #e48ada


#e48ada Border Color

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

This div border color is #e48ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48ada


Comments

No comments written yet.

Please login to write comment.