Color Hex Logo

#e04acb Color Hex

#E04ACB
(224,74,203)
0 Favorites   0 Comments

Color spaces of #e04acb

RGB 22474203
HSL0.860.710.58
HSV308°67°88°
CMYK 0.000.670.09   0.12
XYZ43.968725.056659.0189
Yxy25.05660.34340.1957
Hunter Lab50.056669.1919-34.8659
CIE-Lab57.130571.4800-36.9827

#e04acb color RGB value is (224,74,203).

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

The process color (four color CMYK) of #e04acb color hex is 0.00, 0.67, 0.09, 0.12. Web safe color of #e04acb is #cc33cc. Color #e04acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001010 11001011
Octal 340 112 313
Decimal 224 74 203
Hex E0 4A CB

RGB Percentages of Color #e04acb

%44.71
%14.77
%40.52

CMYK Percentages of Color #e04acb

%0
%67
%9
%12

Triadic Colors of #e04acb

#e04acb #cbe04a #4acbe0

Analogous Colors of #e04acb

#e04acb #e04a80 #aa4ae0

Monochromatic Colors of #e04acb

#e04acb

Complementary Color

#e04acb #4ae05f

#e04acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04acb Color CSS Codes

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

#e04acb Text Font Color

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

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


#e04acb Background Color

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

This div background color is #e04acb


#e04acb Border Color

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

This div border color is #e04acb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e04acb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04acb


Comments

No comments written yet.

Please login to write comment.