Color Hex Logo

#fe138a Color Hex

#FE138A
(254,19,138)
0 Favorites   0 Comments

Color spaces of #fe138a

RGB 25419138
HSL0.920.990.54
HSV330°93°100°
CMYK 0.000.930.46   0.00
XYZ45.693423.371626.1476
Yxy23.37160.47990.2455
Hunter Lab48.344284.11031.7731
CIE-Lab55.453183.7020-1.1192

#fe138a color RGB value is (254,19,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 10001010
Octal 376 23 212
Decimal 254 19 138
Hex FE 13 8A

RGB Percentages of Color #fe138a

%61.80
%4.62
%33.58

CMYK Percentages of Color #fe138a

%0
%93
%46
%0

Triadic Colors of #fe138a

#fe138a #8afe13 #138afe

Analogous Colors of #fe138a

#fe138a #fe1314 #fd13fe

Monochromatic Colors of #fe138a

#fe138a

Complementary Color

#fe138a #13fe87

#fe138a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe138a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe138a Color CSS Codes

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

#fe138a Text Font Color

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

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


#fe138a Background Color

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

This div background color is #fe138a


#fe138a Border Color

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

This div border color is #fe138a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe138a


Comments

No comments written yet.

Please login to write comment.