Color Hex Logo

#e072ef Color Hex

#E072EF
(224,114,239)
0 Favorites   0 Comments

Color spaces of #e072ef

RGB 224114239
HSL0.810.800.69
HSV293°52°94°
CMYK 0.060.520.00   0.06
XYZ52.337834.113985.4875
Yxy34.11390.30440.1984
Hunter Lab58.407157.7389-45.8948
CIE-Lab65.052960.4565-44.7598

#e072ef color RGB value is (224,114,239).

#e072ef hex color red value is 224, green value is 114 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e072ef hue: 0.81 , saturation: 0.80 and the lightness value of e072ef is 0.69.

The process color (four color CMYK) of #e072ef color hex is 0.06, 0.52, 0.00, 0.06. Web safe color of #e072ef is #cc66ff. Color #e072ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 11101111
Octal 340 162 357
Decimal 224 114 239
Hex E0 72 EF

RGB Percentages of Color #e072ef

%38.82
%19.76
%41.42

CMYK Percentages of Color #e072ef

%6
%52
%0
%6

Triadic Colors of #e072ef

#e072ef #efe072 #72efe0

Analogous Colors of #e072ef

#e072ef #ef72c0 #a272ef

Monochromatic Colors of #e072ef

#e072ef

Complementary Color

#e072ef #81ef72

#e072ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e072ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e072ef Color CSS Codes

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

#e072ef Text Font Color

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

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


#e072ef Background Color

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

This div background color is #e072ef


#e072ef Border Color

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

This div border color is #e072ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e072ef


Comments

No comments written yet.

Please login to write comment.