Color Hex Logo

#e04dfc Color Hex

#E04DFC
(224,77,252)
0 Favorites   0 Comments

Color spaces of #e04dfc

RGB 22477252
HSL0.810.970.65
HSV290°69°99°
CMYK 0.110.690.00   0.01
XYZ50.965028.183394.8492
Yxy28.18330.29290.1620
Hunter Lab53.087978.4580-68.7685
CIE-Lab60.054078.3886-59.8818

#e04dfc color RGB value is (224,77,252).

#e04dfc hex color red value is 224, green value is 77 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e04dfc hue: 0.81 , saturation: 0.97 and the lightness value of e04dfc is 0.65.

The process color (four color CMYK) of #e04dfc color hex is 0.11, 0.69, 0.00, 0.01. Web safe color of #e04dfc is #cc66ff. Color #e04dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001101 11111100
Octal 340 115 374
Decimal 224 77 252
Hex E0 4D FC

RGB Percentages of Color #e04dfc

%40.51
%13.92
%45.57

CMYK Percentages of Color #e04dfc

%11
%69
%0
%1

Triadic Colors of #e04dfc

#e04dfc #fce04d #4dfce0

Analogous Colors of #e04dfc

#e04dfc #fc4dc1 #894dfc

Monochromatic Colors of #e04dfc

#e04dfc

Complementary Color

#e04dfc #69fc4d

#e04dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04dfc Color CSS Codes

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

#e04dfc Text Font Color

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

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


#e04dfc Background Color

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

This div background color is #e04dfc


#e04dfc Border Color

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

This div border color is #e04dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04dfc


Comments

No comments written yet.

Please login to write comment.