Color Hex Logo

#fe726f Color Hex

#FE726F
(254,114,111)
0 Favorites   0 Comments

Color spaces of #fe726f

RGB 254114111
HSL0.000.990.72
HSV56°100°
CMYK 0.000.550.56   0.00
XYZ49.759634.253219.0278
Yxy34.25320.48290.3324
Hunter Lab58.526249.341621.6923
CIE-Lab65.163153.138628.1197

#fe726f color RGB value is (254,114,111).

#fe726f hex color red value is 254, green value is 114 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fe726f hue: 0.00 , saturation: 0.99 and the lightness value of fe726f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 01101111
Octal 376 162 157
Decimal 254 114 111
Hex FE 72 6F

RGB Percentages of Color #fe726f

%53.03
%23.80
%23.17

CMYK Percentages of Color #fe726f

%0
%55
%56
%0

Triadic Colors of #fe726f

#fe726f #6ffe72 #726ffe

Analogous Colors of #fe726f

#fe726f #feba6f #fe6fb4

Monochromatic Colors of #fe726f

#fe726f

Complementary Color

#fe726f #6ffbfe

#fe726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe726f Color CSS Codes

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

#fe726f Text Font Color

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

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


#fe726f Background Color

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

This div background color is #fe726f


#fe726f Border Color

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

This div border color is #fe726f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe726f

Related Colors


Comments

No comments written yet.

Please login to write comment.