Color Hex Logo

#fe026e Color Hex

#FE026E
(254,2,110)
0 Favorites   0 Comments

Color spaces of #fe026e

RGB 2542110
HSL0.930.990.50
HSV334°99°100°
CMYK 0.000.990.57   0.00
XYZ43.709222.240016.7409
Yxy22.24000.52860.2690
Hunter Lab47.159382.912411.9644
CIE-Lab54.280783.001414.0292

#fe026e color RGB value is (254,2,110).

#fe026e hex color red value is 254, green value is 2 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fe026e hue: 0.93 , saturation: 0.99 and the lightness value of fe026e is 0.50.

The process color (four color CMYK) of #fe026e color hex is 0.00, 0.99, 0.57, 0.00. Web safe color of #fe026e is #ff0066. Color #fe026e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000010 01101110
Octal 376 2 156
Decimal 254 2 110
Hex FE 2 6E

RGB Percentages of Color #fe026e

%69.40
%0.55
%30.05

CMYK Percentages of Color #fe026e

%0
%99
%57
%0

Triadic Colors of #fe026e

#fe026e #6efe02 #026efe

Analogous Colors of #fe026e

#fe026e #fe1402 #fe02ec

Monochromatic Colors of #fe026e

#fe026e

Complementary Color

#fe026e #02fe92

#fe026e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe026e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe026e Color CSS Codes

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

#fe026e Text Font Color

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

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


#fe026e Background Color

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

This div background color is #fe026e


#fe026e Border Color

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

This div border color is #fe026e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe026e


Comments

No comments written yet.

Please login to write comment.