Color Hex Logo

#fe148a Color Hex

#FE148A
(254,20,138)
0 Favorites   0 Comments

Color spaces of #fe148a

RGB 25420138
HSL0.920.990.54
HSV330°92°100°
CMYK 0.000.920.46   0.00
XYZ45.710723.406126.1534
Yxy23.40610.47980.2457
Hunter Lab48.379983.98731.8146
CIE-Lab55.488283.5999-1.0678

#fe148a color RGB value is (254,20,138).

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

The process color (four color CMYK) of #fe148a color hex is 0.00, 0.92, 0.46, 0.00. Web safe color of #fe148a is #ff0099. Color #fe148a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 10001010
Octal 376 24 212
Decimal 254 20 138
Hex FE 14 8A

RGB Percentages of Color #fe148a

%61.65
%4.85
%33.50

CMYK Percentages of Color #fe148a

%0
%92
%46
%0

Triadic Colors of #fe148a

#fe148a #8afe14 #148afe

Analogous Colors of #fe148a

#fe148a #fe1415 #fd14fe

Monochromatic Colors of #fe148a

#fe148a

Complementary Color

#fe148a #14fe88

#fe148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe148a Color CSS Codes

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

#fe148a Text Font Color

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

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


#fe148a Background Color

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

This div background color is #fe148a


#fe148a Border Color

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

This div border color is #fe148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe148a


Comments

No comments written yet.

Please login to write comment.