Color Hex Logo

#fe137c Color Hex

#FE137C
(254,19,124)
0 Favorites   0 Comments

Color spaces of #fe137c

RGB 25419124
HSL0.930.990.54
HSV333°93°100°
CMYK 0.000.930.51   0.00
XYZ44.744022.991821.1484
Yxy22.99180.50340.2587
Hunter Lab47.949882.65407.4148
CIE-Lab55.063982.64766.6989

#fe137c color RGB value is (254,19,124).

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

The process color (four color CMYK) of #fe137c color hex is 0.00, 0.93, 0.51, 0.00. Web safe color of #fe137c is #ff0066. Color #fe137c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 01111100
Octal 376 23 174
Decimal 254 19 124
Hex FE 13 7C

RGB Percentages of Color #fe137c

%63.98
%4.79
%31.23

CMYK Percentages of Color #fe137c

%0
%93
%51
%0

Triadic Colors of #fe137c

#fe137c #7cfe13 #137cfe

Analogous Colors of #fe137c

#fe137c #fe2013 #fe13f2

Monochromatic Colors of #fe137c

#fe137c

Complementary Color

#fe137c #13fe95

#fe137c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe137c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe137c Color CSS Codes

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

#fe137c Text Font Color

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

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


#fe137c Background Color

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

This div background color is #fe137c


#fe137c Border Color

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

This div border color is #fe137c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe137c


Comments

No comments written yet.

Please login to write comment.