Color Hex Logo

#e24fec Color Hex

#E24FEC
(226,79,236)
0 Favorites   0 Comments

Color spaces of #e24fec

RGB 22679236
HSL0.820.810.62
HSV296°67°93°
CMYK 0.040.670.00   0.07
XYZ49.300327.816882.1277
Yxy27.81680.30960.1747
Hunter Lab52.741674.5552-55.4055
CIE-Lab59.722975.3440-51.5000

#e24fec color RGB value is (226,79,236).

#e24fec hex color red value is 226, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e24fec hue: 0.82 , saturation: 0.81 and the lightness value of e24fec is 0.62.

The process color (four color CMYK) of #e24fec color hex is 0.04, 0.67, 0.00, 0.07. Web safe color of #e24fec is #cc66ff. Color #e24fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001111 11101100
Octal 342 117 354
Decimal 226 79 236
Hex E2 4F EC

RGB Percentages of Color #e24fec

%41.77
%14.60
%43.62

CMYK Percentages of Color #e24fec

%4
%67
%0
%7

Triadic Colors of #e24fec

#e24fec #ece24f #4fece2

Analogous Colors of #e24fec

#e24fec #ec4fa8 #944fec

Monochromatic Colors of #e24fec

#e24fec

Complementary Color

#e24fec #59ec4f

#e24fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24fec Color CSS Codes

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

#e24fec Text Font Color

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

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


#e24fec Background Color

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

This div background color is #e24fec


#e24fec Border Color

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

This div border color is #e24fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24fec


Comments

No comments written yet.

Please login to write comment.