Color Hex Logo

#e49bda Color Hex

#E49BDA
(228,155,218)
0 Favorites   0 Comments

Color spaces of #e49bda

RGB 228155218
HSL0.860.570.75
HSV308°32°89°
CMYK 0.000.320.04   0.11
XYZ56.371144.998672.0442
Yxy44.99860.32510.2595
Hunter Lab67.081032.6096-16.7201
CIE-Lab72.891036.9396-21.0179

#e49bda color RGB value is (228,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011011 11011010
Octal 344 233 332
Decimal 228 155 218
Hex E4 9B DA

RGB Percentages of Color #e49bda

%37.94
%25.79
%36.27

CMYK Percentages of Color #e49bda

%0
%32
%4
%11

Triadic Colors of #e49bda

#e49bda #dae49b #9bdae4

Analogous Colors of #e49bda

#e49bda #e49bb6 #ca9be4

Monochromatic Colors of #e49bda

#e49bda

Complementary Color

#e49bda #9be4a5

#e49bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49bda Color CSS Codes

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

#e49bda Text Font Color

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

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


#e49bda Background Color

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

This div background color is #e49bda


#e49bda Border Color

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

This div border color is #e49bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49bda


Comments

No comments written yet.

Please login to write comment.