Color Hex Logo

#fe705b Color Hex

#FE705B
(254,112,91)
0 Favorites   0 Comments

Color spaces of #fe705b

RGB 25411291
HSL0.020.990.68
HSV64°100°
CMYK 0.000.560.64   0.00
XYZ48.555533.414513.7880
Yxy33.41450.50710.3489
Hunter Lab57.805348.777926.3216
CIE-Lab64.495152.740538.3516

#fe705b color RGB value is (254,112,91).

#fe705b hex color red value is 254, green value is 112 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fe705b hue: 0.02 , saturation: 0.99 and the lightness value of fe705b is 0.68.

The process color (four color CMYK) of #fe705b color hex is 0.00, 0.56, 0.64, 0.00. Web safe color of #fe705b is #ff6666. Color #fe705b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 01011011
Octal 376 160 133
Decimal 254 112 91
Hex FE 70 5B

RGB Percentages of Color #fe705b

%55.58
%24.51
%19.91

CMYK Percentages of Color #fe705b

%0
%56
%64
%0

Triadic Colors of #fe705b

#fe705b #5bfe70 #705bfe

Analogous Colors of #fe705b

#fe705b #fec25b #fe5b98

Monochromatic Colors of #fe705b

#fe705b

Complementary Color

#fe705b #5be9fe

#fe705b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe705b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe705b Color CSS Codes

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

#fe705b Text Font Color

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

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


#fe705b Background Color

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

This div background color is #fe705b


#fe705b Border Color

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

This div border color is #fe705b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe705b


Comments

No comments written yet.

Please login to write comment.