Color Hex Logo

#e449bc Color Hex

#E449BC
(228,73,188)
0 Favorites   0 Comments

Color spaces of #e449bc

RGB 22873188
HSL0.880.740.59
HSV315°68°89°
CMYK 0.000.680.18   0.11
XYZ43.454624.889950.0909
Yxy24.88990.36690.2102
Hunter Lab49.889868.1685-24.6062
CIE-Lab56.968070.6676-28.5868

#e449bc color RGB value is (228,73,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 10111100
Octal 344 111 274
Decimal 228 73 188
Hex E4 49 BC

RGB Percentages of Color #e449bc

%46.63
%14.93
%38.45

CMYK Percentages of Color #e449bc

%0
%68
%18
%11

Triadic Colors of #e449bc

#e449bc #bce449 #49bce4

Analogous Colors of #e449bc

#e449bc #e4496f #bf49e4

Monochromatic Colors of #e449bc

#e449bc

Complementary Color

#e449bc #49e471

#e449bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449bc Color CSS Codes

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

#e449bc Text Font Color

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

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


#e449bc Background Color

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

This div background color is #e449bc


#e449bc Border Color

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

This div border color is #e449bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449bc


Comments

No comments written yet.

Please login to write comment.