Color Hex Logo

#fe155e Color Hex

#FE155E
(254,21,94)
0 Favorites   0 Comments

Color spaces of #fe155e

RGB 2542194
HSL0.950.990.54
HSV341°92°100°
CMYK 0.000.920.63   0.00
XYZ43.161622.415312.6414
Yxy22.41530.55180.2866
Hunter Lab47.344879.875017.3105
CIE-Lab54.464980.589123.9230

#fe155e color RGB value is (254,21,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 01011110
Octal 376 25 136
Decimal 254 21 94
Hex FE 15 5E

RGB Percentages of Color #fe155e

%68.83
%5.69
%25.47

CMYK Percentages of Color #fe155e

%0
%92
%63
%0

Triadic Colors of #fe155e

#fe155e #5efe15 #155efe

Analogous Colors of #fe155e

#fe155e #fe4115 #fe15d3

Monochromatic Colors of #fe155e

#fe155e

Complementary Color

#fe155e #15feb5

#fe155e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe155e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe155e Color CSS Codes

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

#fe155e Text Font Color

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

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


#fe155e Background Color

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

This div background color is #fe155e


#fe155e Border Color

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

This div border color is #fe155e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe155e


Comments

No comments written yet.

Please login to write comment.