Color Hex Logo

#e04cab Color Hex

#E04CAB
(224,76,171)
0 Favorites   0 Comments

Color spaces of #e04cab

RGB 22476171
HSL0.890.700.59
HSV321°66°88°
CMYK 0.000.660.24   0.12
XYZ40.675623.956541.0083
Yxy23.95650.38500.2268
Hunter Lab48.945462.6864-15.4137
CIE-Lab56.044266.2567-20.2191

#e04cab color RGB value is (224,76,171).

#e04cab hex color red value is 224, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e04cab hue: 0.89 , saturation: 0.70 and the lightness value of e04cab is 0.59.

The process color (four color CMYK) of #e04cab color hex is 0.00, 0.66, 0.24, 0.12. Web safe color of #e04cab is #cc3399. Color #e04cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001100 10101011
Octal 340 114 253
Decimal 224 76 171
Hex E0 4C AB

RGB Percentages of Color #e04cab

%47.56
%16.14
%36.31

CMYK Percentages of Color #e04cab

%0
%66
%24
%12

Triadic Colors of #e04cab

#e04cab #abe04c #4cabe0

Analogous Colors of #e04cab

#e04cab #e04c61 #cb4ce0

Monochromatic Colors of #e04cab

#e04cab

Complementary Color

#e04cab #4ce081

#e04cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04cab Color CSS Codes

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

#e04cab Text Font Color

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

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


#e04cab Background Color

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

This div background color is #e04cab


#e04cab Border Color

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

This div border color is #e04cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,76,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04cab


Comments

No comments written yet.

Please login to write comment.