Color Hex Logo

#e024ef Color Hex

#E024EF
(224,36,239)
0 Favorites   0 Comments

Color spaces of #e024ef

RGB 22436239
HSL0.820.860.54
HSV296°85°94°
CMYK 0.060.850.00   0.06
XYZ46.951323.341083.6920
Yxy23.34100.30490.1516
Hunter Lab48.312588.9238-68.8896
CIE-Lab55.421987.3983-60.0641

#e024ef color RGB value is (224,36,239).

#e024ef hex color red value is 224, green value is 36 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e024ef hue: 0.82 , saturation: 0.86 and the lightness value of e024ef is 0.54.

The process color (four color CMYK) of #e024ef color hex is 0.06, 0.85, 0.00, 0.06. Web safe color of #e024ef is #cc33ff. Color #e024ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100100 11101111
Octal 340 44 357
Decimal 224 36 239
Hex E0 24 EF

RGB Percentages of Color #e024ef

%44.89
%7.21
%47.90

CMYK Percentages of Color #e024ef

%6
%85
%0
%6

Triadic Colors of #e024ef

#e024ef #efe024 #24efe0

Analogous Colors of #e024ef

#e024ef #ef2499 #7b24ef

Monochromatic Colors of #e024ef

#e024ef

Complementary Color

#e024ef #33ef24

#e024ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e024ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e024ef Color CSS Codes

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

#e024ef Text Font Color

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

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


#e024ef Background Color

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

This div background color is #e024ef


#e024ef Border Color

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

This div border color is #e024ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e024ef


Comments

No comments written yet.

Please login to write comment.