Color Hex Logo

#e449b9 Color Hex

#E449B9
(228,73,185)
0 Favorites   0 Comments

Color spaces of #e449b9

RGB 22873185
HSL0.880.740.59
HSV317°68°89°
CMYK 0.000.680.19   0.11
XYZ43.134424.761948.4050
Yxy24.76190.37090.2129
Hunter Lab49.761367.6461-22.8410
CIE-Lab56.842770.2592-27.0509

#e449b9 color RGB value is (228,73,185).

#e449b9 hex color red value is 228, green value is 73 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #e449b9 hue: 0.88 , saturation: 0.74 and the lightness value of e449b9 is 0.59.

The process color (four color CMYK) of #e449b9 color hex is 0.00, 0.68, 0.19, 0.11. Web safe color of #e449b9 is #cc33cc. Color #e449b9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 10111001
Octal 344 111 271
Decimal 228 73 185
Hex E4 49 B9

RGB Percentages of Color #e449b9

%46.91
%15.02
%38.07

CMYK Percentages of Color #e449b9

%0
%68
%19
%11

Triadic Colors of #e449b9

#e449b9 #b9e449 #49b9e4

Analogous Colors of #e449b9

#e449b9 #e4496c #c249e4

Monochromatic Colors of #e449b9

#e449b9

Complementary Color

#e449b9 #49e474

#e449b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449b9 Color CSS Codes

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

#e449b9 Text Font Color

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

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


#e449b9 Background Color

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

This div background color is #e449b9


#e449b9 Border Color

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

This div border color is #e449b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449b9


Comments

No comments written yet.

Please login to write comment.