Color Hex Logo

#e040ef Color Hex

#E040EF
(224,64,239)
0 Favorites   0 Comments

Color spaces of #e040ef

RGB 22464239
HSL0.820.850.59
HSV295°73°94°
CMYK 0.060.730.00   0.06
XYZ48.153925.746184.0929
Yxy25.74610.30480.1630
Hunter Lab50.740680.6041-62.7434
CIE-Lab57.795380.5143-56.2641

#e040ef color RGB value is (224,64,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000000 11101111
Octal 340 100 357
Decimal 224 64 239
Hex E0 40 EF

RGB Percentages of Color #e040ef

%42.50
%12.14
%45.35

CMYK Percentages of Color #e040ef

%6
%73
%0
%6

Triadic Colors of #e040ef

#e040ef #efe040 #40efe0

Analogous Colors of #e040ef

#e040ef #ef40a7 #8940ef

Monochromatic Colors of #e040ef

#e040ef

Complementary Color

#e040ef #4fef40

#e040ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e040ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e040ef Color CSS Codes

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

#e040ef Text Font Color

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

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


#e040ef Background Color

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

This div background color is #e040ef


#e040ef Border Color

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

This div border color is #e040ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e040ef


Comments

No comments written yet.

Please login to write comment.