Color Hex Logo

#e04acf Color Hex

#E04ACF
(224,74,207)
0 Favorites   0 Comments

Color spaces of #e04acf

RGB 22474207
HSL0.850.710.58
HSV307°67°88°
CMYK 0.000.670.08   0.12
XYZ44.451725.249861.5623
Yxy25.24980.33860.1924
Hunter Lab50.249269.9696-37.4641
CIE-Lab57.318072.0828-38.9691

#e04acf color RGB value is (224,74,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001010 11001111
Octal 340 112 317
Decimal 224 74 207
Hex E0 4A CF

RGB Percentages of Color #e04acf

%44.36
%14.65
%40.99

CMYK Percentages of Color #e04acf

%0
%67
%8
%12

Triadic Colors of #e04acf

#e04acf #cfe04a #4acfe0

Analogous Colors of #e04acf

#e04acf #e04a84 #a64ae0

Monochromatic Colors of #e04acf

#e04acf

Complementary Color

#e04acf #4ae05b

#e04acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04acf Color CSS Codes

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

#e04acf Text Font Color

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

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


#e04acf Background Color

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

This div background color is #e04acf


#e04acf Border Color

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

This div border color is #e04acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04acf


Comments

No comments written yet.

Please login to write comment.