Color Hex Logo

#e072fb Color Hex

#E072FB
(224,114,251)
0 Favorites   0 Comments

Color spaces of #e072fb

RGB 224114251
HSL0.800.940.72
HSV288°55°98°
CMYK 0.110.550.00   0.02
XYZ54.170434.847095.1378
Yxy34.84700.29420.1892
Hunter Lab59.031360.4965-54.2327
CIE-Lab65.629462.7002-50.4625

#e072fb color RGB value is (224,114,251).

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

The process color (four color CMYK) of #e072fb color hex is 0.11, 0.55, 0.00, 0.02. Web safe color of #e072fb is #cc66ff. Color #e072fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 11111011
Octal 340 162 373
Decimal 224 114 251
Hex E0 72 FB

RGB Percentages of Color #e072fb

%38.03
%19.35
%42.61

CMYK Percentages of Color #e072fb

%11
%55
%0
%2

Triadic Colors of #e072fb

#e072fb #fbe072 #72fbe0

Analogous Colors of #e072fb

#e072fb #fb72d2 #9c72fb

Monochromatic Colors of #e072fb

#e072fb

Complementary Color

#e072fb #8dfb72

#e072fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e072fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e072fb Color CSS Codes

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

#e072fb Text Font Color

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

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


#e072fb Background Color

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

This div background color is #e072fb


#e072fb Border Color

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

This div border color is #e072fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e072fb


Comments

No comments written yet.

Please login to write comment.