Color Hex Logo

#fe164b Color Hex

#FE164B
(254,22,75)
0 Favorites   0 Comments

Color spaces of #fe164b

RGB 2542275
HSL0.960.990.54
HSV346°91°100°
CMYK 0.000.910.70   0.00
XYZ42.430022.15268.6962
Yxy22.15260.57900.3023
Hunter Lab47.066578.549421.9919
CIE-Lab54.188579.596534.8850

#fe164b color RGB value is (254,22,75).

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

The process color (four color CMYK) of #fe164b color hex is 0.00, 0.91, 0.70, 0.00. Web safe color of #fe164b is #ff0033. Color #fe164b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010110 01001011
Octal 376 26 113
Decimal 254 22 75
Hex FE 16 4B

RGB Percentages of Color #fe164b

%72.36
%6.27
%21.37

CMYK Percentages of Color #fe164b

%0
%91
%70
%0

Triadic Colors of #fe164b

#fe164b #4bfe16 #164bfe

Analogous Colors of #fe164b

#fe164b #fe5516 #fe16bf

Monochromatic Colors of #fe164b

#fe164b

Complementary Color

#fe164b #16fec9

#fe164b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe164b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe164b Color CSS Codes

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

#fe164b Text Font Color

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

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


#fe164b Background Color

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

This div background color is #fe164b


#fe164b Border Color

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

This div border color is #fe164b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe164b


Comments

No comments written yet.

Please login to write comment.