Color Hex Logo

#e48bdb Color Hex

#E48BDB
(228,139,219)
0 Favorites   0 Comments

Color spaces of #e48bdb

RGB 228139219
HSL0.850.620.72
HSV306°39°89°
CMYK 0.000.390.04   0.11
XYZ54.013740.073771.9060
Yxy40.07370.32540.2414
Hunter Lab63.303841.5228-23.0341
CIE-Lab69.522045.5215-26.7149

#e48bdb color RGB value is (228,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001011 11011011
Octal 344 213 333
Decimal 228 139 219
Hex E4 8B DB

RGB Percentages of Color #e48bdb

%38.91
%23.72
%37.37

CMYK Percentages of Color #e48bdb

%0
%39
%4
%11

Triadic Colors of #e48bdb

#e48bdb #dbe48b #8bdbe4

Analogous Colors of #e48bdb

#e48bdb #e48baf #c18be4

Monochromatic Colors of #e48bdb

#e48bdb

Complementary Color

#e48bdb #8be494

#e48bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48bdb Color CSS Codes

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

#e48bdb Text Font Color

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

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


#e48bdb Background Color

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

This div background color is #e48bdb


#e48bdb Border Color

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

This div border color is #e48bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48bdb


Comments

No comments written yet.

Please login to write comment.