Color Hex Logo

#e49bed Color Hex

#E49BED
(228,155,237)
0 Favorites   0 Comments

Color spaces of #e49bed

RGB 228155237
HSL0.820.690.77
HSV293°35°93°
CMYK 0.040.350.00   0.07
XYZ59.002346.051185.8998
Yxy46.05110.30900.2412
Hunter Lab67.861036.4417-27.5478
CIE-Lab73.578740.4123-30.3563

#e49bed color RGB value is (228,155,237).

#e49bed hex color red value is 228, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e49bed hue: 0.82 , saturation: 0.69 and the lightness value of e49bed is 0.77.

The process color (four color CMYK) of #e49bed color hex is 0.04, 0.35, 0.00, 0.07. Web safe color of #e49bed is #cc99ff. Color #e49bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011011 11101101
Octal 344 233 355
Decimal 228 155 237
Hex E4 9B ED

RGB Percentages of Color #e49bed

%36.77
%25.00
%38.23

CMYK Percentages of Color #e49bed

%4
%35
%0
%7

Triadic Colors of #e49bed

#e49bed #ede49b #9bede4

Analogous Colors of #e49bed

#e49bed #ed9bcd #bb9bed

Monochromatic Colors of #e49bed

#e49bed

Complementary Color

#e49bed #a4ed9b

#e49bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49bed Color CSS Codes

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

#e49bed Text Font Color

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

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


#e49bed Background Color

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

This div background color is #e49bed


#e49bed Border Color

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

This div border color is #e49bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49bed


Comments

No comments written yet.

Please login to write comment.