Color Hex Logo

#fe09fc Color Hex

#FE09FC
(254,9,252)
0 Favorites   0 Comments

Color spaces of #fe09fc

RGB 2549252
HSL0.830.990.52
HSV300°96°100°
CMYK 0.000.960.01   0.00
XYZ58.541428.294594.4714
Yxy28.29450.32290.1561
Hunter Lab53.1926103.3622-68.0658
CIE-Lab60.153997.1643-59.4556

#fe09fc color RGB value is (254,9,252).

#fe09fc hex color red value is 254, green value is 9 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fe09fc hue: 0.83 , saturation: 0.99 and the lightness value of fe09fc is 0.52.

The process color (four color CMYK) of #fe09fc color hex is 0.00, 0.96, 0.01, 0.00. Web safe color of #fe09fc is #ff00ff. Color #fe09fc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001001 11111100
Octal 376 11 374
Decimal 254 9 252
Hex FE 9 FC

RGB Percentages of Color #fe09fc

%49.32
%1.75
%48.93

CMYK Percentages of Color #fe09fc

%0
%96
%1
%0

Triadic Colors of #fe09fc

#fe09fc #fcfe09 #09fcfe

Analogous Colors of #fe09fc

#fe09fc #fe0982 #8609fe

Monochromatic Colors of #fe09fc

#fe09fc

Complementary Color

#fe09fc #09fe0b

#fe09fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe09fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe09fc Color CSS Codes

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

#fe09fc Text Font Color

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

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


#fe09fc Background Color

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

This div background color is #fe09fc


#fe09fc Border Color

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

This div border color is #fe09fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe09fc

Related Colors


Comments

No comments written yet.

Please login to write comment.