Color Hex Logo

#fe157e Color Hex

#FE157E
(254,21,126)
0 Favorites   0 Comments

Color spaces of #fe157e

RGB 25421126
HSL0.920.990.54
HSV333°92°100°
CMYK 0.000.920.50   0.00
XYZ44.907123.113521.8332
Yxy23.11350.49980.2572
Hunter Lab48.076582.59876.7279
CIE-Lab55.189182.58015.6778

#fe157e color RGB value is (254,21,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 01111110
Octal 376 25 176
Decimal 254 21 126
Hex FE 15 7E

RGB Percentages of Color #fe157e

%63.34
%5.24
%31.42

CMYK Percentages of Color #fe157e

%0
%92
%50
%0

Triadic Colors of #fe157e

#fe157e #7efe15 #157efe

Analogous Colors of #fe157e

#fe157e #fe2115 #fe15f3

Monochromatic Colors of #fe157e

#fe157e

Complementary Color

#fe157e #15fe95

#fe157e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe157e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe157e Color CSS Codes

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

#fe157e Text Font Color

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

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


#fe157e Background Color

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

This div background color is #fe157e


#fe157e Border Color

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

This div border color is #fe157e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe157e


Comments

No comments written yet.

Please login to write comment.