Color Hex Logo

#e49bdb Color Hex

#E49BDB
(228,155,219)
0 Favorites   0 Comments

Color spaces of #e49bdb

RGB 228155219
HSL0.850.570.75
HSV307°32°89°
CMYK 0.000.320.04   0.11
XYZ56.502445.051172.7356
Yxy45.05110.32420.2585
Hunter Lab67.120132.8029-17.2663
CIE-Lab72.925537.1166-21.5140

#e49bdb color RGB value is (228,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011011 11011011
Octal 344 233 333
Decimal 228 155 219
Hex E4 9B DB

RGB Percentages of Color #e49bdb

%37.87
%25.75
%36.38

CMYK Percentages of Color #e49bdb

%0
%32
%4
%11

Triadic Colors of #e49bdb

#e49bdb #dbe49b #9bdbe4

Analogous Colors of #e49bdb

#e49bdb #e49bb7 #c99be4

Monochromatic Colors of #e49bdb

#e49bdb

Complementary Color

#e49bdb #9be4a4

#e49bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49bdb Color CSS Codes

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

#e49bdb Text Font Color

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

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


#e49bdb Background Color

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

This div background color is #e49bdb


#e49bdb Border Color

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

This div border color is #e49bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49bdb


Comments

No comments written yet.

Please login to write comment.