Color Hex Logo

#e04fcc Color Hex

#E04FCC
(224,79,204)
0 Favorites   0 Comments

Color spaces of #e04fcc

RGB 22479204
HSL0.860.700.59
HSV308°65°88°
CMYK 0.000.650.09   0.12
XYZ44.435525.798959.7644
Yxy25.79890.34180.1985
Hunter Lab50.792667.2722-34.2079
CIE-Lab57.845769.7612-36.4335

#e04fcc color RGB value is (224,79,204).

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

The process color (four color CMYK) of #e04fcc color hex is 0.00, 0.65, 0.09, 0.12. Web safe color of #e04fcc is #cc66cc. Color #e04fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001111 11001100
Octal 340 117 314
Decimal 224 79 204
Hex E0 4F CC

RGB Percentages of Color #e04fcc

%44.18
%15.58
%40.24

CMYK Percentages of Color #e04fcc

%0
%65
%9
%12

Triadic Colors of #e04fcc

#e04fcc #cce04f #4fcce0

Analogous Colors of #e04fcc

#e04fcc #e04f84 #ac4fe0

Monochromatic Colors of #e04fcc

#e04fcc

Complementary Color

#e04fcc #4fe063

#e04fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04fcc Color CSS Codes

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

#e04fcc Text Font Color

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

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


#e04fcc Background Color

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

This div background color is #e04fcc


#e04fcc Border Color

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

This div border color is #e04fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04fcc


Comments

No comments written yet.

Please login to write comment.