Color Hex Logo

#e49bba Color Hex

#E49BBA
(228,155,186)
0 Favorites   0 Comments

Color spaces of #e49bba

RGB 228155186
HSL0.930.570.75
HSV335°32°89°
CMYK 0.000.320.18   0.11
XYZ52.579243.481852.0760
Yxy43.48180.35490.2935
Hunter Lab65.940726.9344-0.6651
CIE-Lab71.880831.6551-4.8883

#e49bba color RGB value is (228,155,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011011 10111010
Octal 344 233 272
Decimal 228 155 186
Hex E4 9B BA

RGB Percentages of Color #e49bba

%40.07
%27.24
%32.69

CMYK Percentages of Color #e49bba

%0
%32
%18
%11

Triadic Colors of #e49bba

#e49bba #bae49b #9bbae4

Analogous Colors of #e49bba

#e49bba #e4a19b #e49bdf

Monochromatic Colors of #e49bba

#e49bba

Complementary Color

#e49bba #9be4c5

#e49bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49bba Color CSS Codes

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

#e49bba Text Font Color

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

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


#e49bba Background Color

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

This div background color is #e49bba


#e49bba Border Color

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

This div border color is #e49bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49bba


Comments

No comments written yet.

Please login to write comment.