Color Hex Logo

#e44acb Color Hex

#E44ACB
(228,74,203)
0 Favorites   0 Comments

Color spaces of #e44acb

RGB 22874203
HSL0.860.740.59
HSV310°68°89°
CMYK 0.000.680.11   0.11
XYZ45.223225.703359.0776
Yxy25.70330.34790.1977
Hunter Lab50.698470.5005-33.6003
CIE-Lab57.754372.4344-35.9612

#e44acb color RGB value is (228,74,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 11001011
Octal 344 112 313
Decimal 228 74 203
Hex E4 4A CB

RGB Percentages of Color #e44acb

%45.15
%14.65
%40.20

CMYK Percentages of Color #e44acb

%0
%68
%11
%11

Triadic Colors of #e44acb

#e44acb #cbe44a #4acbe4

Analogous Colors of #e44acb

#e44acb #e44a7e #b04ae4

Monochromatic Colors of #e44acb

#e44acb

Complementary Color

#e44acb #4ae463

#e44acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44acb Color CSS Codes

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

#e44acb Text Font Color

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

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


#e44acb Background Color

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

This div background color is #e44acb


#e44acb Border Color

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

This div border color is #e44acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44acb


Comments

No comments written yet.

Please login to write comment.