Color Hex Logo

#e007fc Color Hex

#E007FC
(224,7,252)
0 Favorites   0 Comments

Color spaces of #e007fc

RGB 2247252
HSL0.810.980.51
HSV293°97°99°
CMYK 0.110.970.00   0.01
XYZ48.387123.027593.9899
Yxy23.02750.29250.1392
Hunter Lab47.987096.0111-82.5377
CIE-Lab55.100792.7714-67.8434

#e007fc color RGB value is (224,7,252).

#e007fc hex color red value is 224, green value is 7 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e007fc hue: 0.81 , saturation: 0.98 and the lightness value of e007fc is 0.51.

The process color (four color CMYK) of #e007fc color hex is 0.11, 0.97, 0.00, 0.01. Web safe color of #e007fc is #cc00ff. Color #e007fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000111 11111100
Octal 340 7 374
Decimal 224 7 252
Hex E0 7 FC

RGB Percentages of Color #e007fc

%46.38
%1.45
%52.17

CMYK Percentages of Color #e007fc

%11
%97
%0
%1

Triadic Colors of #e007fc

#e007fc #fce007 #07fce0

Analogous Colors of #e007fc

#e007fc #fc079e #6607fc

Monochromatic Colors of #e007fc

#e007fc

Complementary Color

#e007fc #23fc07

#e007fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e007fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e007fc Color CSS Codes

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

#e007fc Text Font Color

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

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


#e007fc Background Color

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

This div background color is #e007fc


#e007fc Border Color

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

This div border color is #e007fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e007fc


Comments

No comments written yet.

Please login to write comment.