Color Hex Logo

#fe135a Color Hex

#FE135A
(254,19,90)
0 Favorites   0 Comments

Color spaces of #fe135a

RGB 2541990
HSL0.950.990.54
HSV342°93°100°
CMYK 0.000.930.65   0.00
XYZ42.951422.274811.7085
Yxy22.27480.55830.2895
Hunter Lab47.196279.852518.3286
CIE-Lab54.317480.600126.1303

#fe135a color RGB value is (254,19,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 01011010
Octal 376 23 132
Decimal 254 19 90
Hex FE 13 5A

RGB Percentages of Color #fe135a

%69.97
%5.23
%24.79

CMYK Percentages of Color #fe135a

%0
%93
%65
%0

Triadic Colors of #fe135a

#fe135a #5afe13 #135afe

Analogous Colors of #fe135a

#fe135a #fe4113 #fe13d0

Monochromatic Colors of #fe135a

#fe135a

Complementary Color

#fe135a #13feb7

#fe135a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe135a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe135a Color CSS Codes

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

#fe135a Text Font Color

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

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


#fe135a Background Color

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

This div background color is #fe135a


#fe135a Border Color

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

This div border color is #fe135a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe135a


Comments

No comments written yet.

Please login to write comment.