Color Hex Logo

#fe139b Color Hex

#FE139B
(254,19,155)
0 Favorites   0 Comments

Color spaces of #fe139b

RGB 25419155
HSL0.900.990.54
HSV325°93°100°
CMYK 0.000.930.39   0.00
XYZ47.022323.903133.1458
Yxy23.90310.45180.2297
Hunter Lab48.890886.1192-5.9724
CIE-Lab55.990685.1457-10.4186

#fe139b color RGB value is (254,19,155).

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

The process color (four color CMYK) of #fe139b color hex is 0.00, 0.93, 0.39, 0.00. Web safe color of #fe139b is #ff0099. Color #fe139b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 10011011
Octal 376 23 233
Decimal 254 19 155
Hex FE 13 9B

RGB Percentages of Color #fe139b

%59.35
%4.44
%36.21

CMYK Percentages of Color #fe139b

%0
%93
%39
%0

Triadic Colors of #fe139b

#fe139b #9bfe13 #139bfe

Analogous Colors of #fe139b

#fe139b #fe1326 #ec13fe

Monochromatic Colors of #fe139b

#fe139b

Complementary Color

#fe139b #13fe76

#fe139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe139b Color CSS Codes

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

#fe139b Text Font Color

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

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


#fe139b Background Color

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

This div background color is #fe139b


#fe139b Border Color

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

This div border color is #fe139b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe139b


Comments

No comments written yet.

Please login to write comment.