Color Hex Logo

#fe156f Color Hex

#FE156F
(254,21,111)
0 Favorites   0 Comments

Color spaces of #fe156f

RGB 25421111
HSL0.940.990.54
HSV337°92°100°
CMYK 0.000.920.56   0.00
XYZ44.010522.754917.1114
Yxy22.75490.52470.2713
Hunter Lab47.702181.207512.1233
CIE-Lab54.819081.566114.1726

#fe156f color RGB value is (254,21,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 01101111
Octal 376 25 157
Decimal 254 21 111
Hex FE 15 6F

RGB Percentages of Color #fe156f

%65.80
%5.44
%28.76

CMYK Percentages of Color #fe156f

%0
%92
%56
%0

Triadic Colors of #fe156f

#fe156f #6ffe15 #156ffe

Analogous Colors of #fe156f

#fe156f #fe3015 #fe15e4

Monochromatic Colors of #fe156f

#fe156f

Complementary Color

#fe156f #15fea4

#fe156f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe156f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe156f Color CSS Codes

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

#fe156f Text Font Color

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

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


#fe156f Background Color

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

This div background color is #fe156f


#fe156f Border Color

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

This div border color is #fe156f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe156f

Related Colors


Comments

No comments written yet.

Please login to write comment.