Color Hex Logo

#fe056f Color Hex

#FE056F
(254,5,111)
0 Favorites   0 Comments

Color spaces of #fe056f

RGB 2545111
HSL0.930.990.51
HSV334°98°100°
CMYK 0.000.980.56   0.00
XYZ43.796622.327117.0401
Yxy22.32710.52660.2685
Hunter Lab47.251682.758111.6946
CIE-Lab54.372482.863513.5527

#fe056f color RGB value is (254,5,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000101 01101111
Octal 376 5 157
Decimal 254 5 111
Hex FE 5 6F

RGB Percentages of Color #fe056f

%68.65
%1.35
%30.00

CMYK Percentages of Color #fe056f

%0
%98
%56
%0

Triadic Colors of #fe056f

#fe056f #6ffe05 #056ffe

Analogous Colors of #fe056f

#fe056f #fe1705 #fe05ec

Monochromatic Colors of #fe056f

#fe056f

Complementary Color

#fe056f #05fe94

#fe056f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe056f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe056f Color CSS Codes

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

#fe056f Text Font Color

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

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


#fe056f Background Color

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

This div background color is #fe056f


#fe056f Border Color

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

This div border color is #fe056f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe056f


Comments

No comments written yet.

Please login to write comment.