Color Hex Logo

#e24dfc Color Hex

#E24DFC
(226,77,252)
0 Favorites   0 Comments

Color spaces of #e24dfc

RGB 22677252
HSL0.810.970.65
HSV291°69°99°
CMYK 0.100.690.00   0.01
XYZ51.588628.504894.8784
Yxy28.50480.29480.1629
Hunter Lab53.389979.0454-67.9905
CIE-Lab60.342178.7968-59.4046

#e24dfc color RGB value is (226,77,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001101 11111100
Octal 342 115 374
Decimal 226 77 252
Hex E2 4D FC

RGB Percentages of Color #e24dfc

%40.72
%13.87
%45.41

CMYK Percentages of Color #e24dfc

%10
%69
%0
%1

Triadic Colors of #e24dfc

#e24dfc #fce24d #4dfce2

Analogous Colors of #e24dfc

#e24dfc #fc4dbf #8b4dfc

Monochromatic Colors of #e24dfc

#e24dfc

Complementary Color

#e24dfc #67fc4d

#e24dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24dfc Color CSS Codes

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

#e24dfc Text Font Color

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

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


#e24dfc Background Color

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

This div background color is #e24dfc


#e24dfc Border Color

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

This div border color is #e24dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24dfc


Comments

No comments written yet.

Please login to write comment.