Color Hex Logo

#e48bda Color Hex

#E48BDA
(228,139,218)
0 Favorites   0 Comments

Color spaces of #e48bda

RGB 228139218
HSL0.850.620.72
HSV307°39°89°
CMYK 0.000.390.04   0.11
XYZ53.882440.021271.2146
Yxy40.02120.32630.2424
Hunter Lab63.262341.3247-22.4593
CIE-Lab69.484645.3467-26.2193

#e48bda color RGB value is (228,139,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001011 11011010
Octal 344 213 332
Decimal 228 139 218
Hex E4 8B DA

RGB Percentages of Color #e48bda

%38.97
%23.76
%37.26

CMYK Percentages of Color #e48bda

%0
%39
%4
%11

Triadic Colors of #e48bda

#e48bda #dae48b #8bdae4

Analogous Colors of #e48bda

#e48bda #e48bae #c28be4

Monochromatic Colors of #e48bda

#e48bda

Complementary Color

#e48bda #8be495

#e48bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48bda Color CSS Codes

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

#e48bda Text Font Color

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

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


#e48bda Background Color

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

This div background color is #e48bda


#e48bda Border Color

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

This div border color is #e48bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,139,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 #e48bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48bda


Comments

No comments written yet.

Please login to write comment.