color codes Logo

#e009fc color codes

#E009FC
(224,9,252)
0 Favorites   0 Comments

Color spaces of #e009fc

RGB 2249252
HSL0.810.980.51
HSV293°96°99°
CMYK 0.110.960.00   0.01
XYZ48.408823.070993.9972
Yxy23.07090.29250.1394
Hunter Lab48.032295.8433-82.4058
CIE-Lab55.145392.6386-67.7714

#e009fc color RGB value is (224,9,252).

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

The process color (four color CMYK) of #e009fc color code is 0.11, 0.96, 0.00, 0.01. Web safe color of #e009fc is #cc00ff. Color #e009fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001001 11111100
Octal 340 11 374
Decimal 224 9 252
Hex E0 9 FC

RGB Percentages of Color #e009fc

%46.19
%1.86
%51.96

CMYK Percentages of Color #e009fc

%11
%96
%0
%1

Triadic Colors of #e009fc

#e009fc #fce009 #09fce0

Analogous Colors of #e009fc

#e009fc #fc099f #6709fc

Monochromatic Colors of #e009fc

#e009fc

Complementary Color

#e009fc #25fc09

#e009fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e009fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e009fc Color CSS Codes

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

#e009fc Text Font Color

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

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


#e009fc Background Color

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

This div background color is #e009fc


#e009fc Border Color

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

This div border color is #e009fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e009fc


Comments

No comments written yet.

Please login to write comment.