Color Hex Logo

#fe147c Color Hex

#FE147C
(254,20,124)
0 Favorites   0 Comments

Color spaces of #fe147c

RGB 25420124
HSL0.930.990.54
HSV333°92°100°
CMYK 0.000.920.51   0.00
XYZ44.761323.026421.1541
Yxy23.02640.50330.2589
Hunter Lab47.985882.53007.4526
CIE-Lab55.099582.54426.7499

#fe147c color RGB value is (254,20,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 01111100
Octal 376 24 174
Decimal 254 20 124
Hex FE 14 7C

RGB Percentages of Color #fe147c

%63.82
%5.03
%31.16

CMYK Percentages of Color #fe147c

%0
%92
%51
%0

Triadic Colors of #fe147c

#fe147c #7cfe14 #147cfe

Analogous Colors of #fe147c

#fe147c #fe2114 #fe14f1

Monochromatic Colors of #fe147c

#fe147c

Complementary Color

#fe147c #14fe96

#fe147c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe147c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe147c Color CSS Codes

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

#fe147c Text Font Color

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

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


#fe147c Background Color

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

This div background color is #fe147c


#fe147c Border Color

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

This div border color is #fe147c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe147c


Comments

No comments written yet.

Please login to write comment.