Color Hex Logo

#fe465a Color Hex

#FE465A
(254,70,90)
0 Favorites   0 Comments

Color spaces of #fe465a

RGB 2547090
HSL0.980.990.64
HSV353°72°100°
CMYK 0.000.720.65   0.00
XYZ44.908726.189312.3610
Yxy26.18930.53810.3138
Hunter Lab51.175567.084421.5018
CIE-Lab58.216369.536331.1177

#fe465a color RGB value is (254,70,90).

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

The process color (four color CMYK) of #fe465a color hex is 0.00, 0.72, 0.65, 0.00. Web safe color of #fe465a is #ff3366. Color #fe465a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 01011010
Octal 376 106 132
Decimal 254 70 90
Hex FE 46 5A

RGB Percentages of Color #fe465a

%61.35
%16.91
%21.74

CMYK Percentages of Color #fe465a

%0
%72
%65
%0

Triadic Colors of #fe465a

#fe465a #5afe46 #465afe

Analogous Colors of #fe465a

#fe465a #fe8e46 #fe46b6

Monochromatic Colors of #fe465a

#fe465a

Complementary Color

#fe465a #46feea

#fe465a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe465a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe465a Color CSS Codes

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

#fe465a Text Font Color

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

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


#fe465a Background Color

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

This div background color is #fe465a


#fe465a Border Color

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

This div border color is #fe465a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe465a

Related Colors


Comments

No comments written yet.

Please login to write comment.