Color Hex Logo

#fe055e Color Hex

#FE055E
(254,5,94)
0 Favorites   0 Comments

Color spaces of #fe055e

RGB 254594
HSL0.940.990.51
HSV339°98°100°
CMYK 0.000.980.63   0.00
XYZ42.947721.987512.5701
Yxy21.98750.55410.2837
Hunter Lab46.890881.430716.9296
CIE-Lab54.013781.897823.3289

#fe055e color RGB value is (254,5,94).

#fe055e hex color red value is 254, green value is 5 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fe055e hue: 0.94 , saturation: 0.99 and the lightness value of fe055e is 0.51.

The process color (four color CMYK) of #fe055e color hex is 0.00, 0.98, 0.63, 0.00. Web safe color of #fe055e is #ff0066. Color #fe055e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000101 01011110
Octal 376 5 136
Decimal 254 5 94
Hex FE 5 5E

RGB Percentages of Color #fe055e

%71.95
%1.42
%26.63

CMYK Percentages of Color #fe055e

%0
%98
%63
%0

Triadic Colors of #fe055e

#fe055e #5efe05 #055efe

Analogous Colors of #fe055e

#fe055e #fe2805 #fe05db

Monochromatic Colors of #fe055e

#fe055e

Complementary Color

#fe055e #05fea5

#fe055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe055e Color CSS Codes

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

#fe055e Text Font Color

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

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


#fe055e Background Color

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

This div background color is #fe055e


#fe055e Border Color

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

This div border color is #fe055e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe055e


Comments

No comments written yet.

Please login to write comment.