Color Hex Logo

#fe726c Color Hex

#FE726C
(254,114,108)
0 Favorites   0 Comments

Color spaces of #fe726c

RGB 254114108
HSL0.010.990.71
HSV57°100°
CMYK 0.000.550.57   0.00
XYZ49.597134.188218.1723
Yxy34.18820.48640.3353
Hunter Lab58.470749.087022.5025
CIE-Lab65.111752.920929.7327

#fe726c color RGB value is (254,114,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 01101100
Octal 376 162 154
Decimal 254 114 108
Hex FE 72 6C

RGB Percentages of Color #fe726c

%53.36
%23.95
%22.69

CMYK Percentages of Color #fe726c

%0
%55
%57
%0

Triadic Colors of #fe726c

#fe726c #6cfe72 #726cfe

Analogous Colors of #fe726c

#fe726c #febb6c #fe6caf

Monochromatic Colors of #fe726c

#fe726c

Complementary Color

#fe726c #6cf8fe

#fe726c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe726c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe726c Color CSS Codes

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

#fe726c Text Font Color

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

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


#fe726c Background Color

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

This div background color is #fe726c


#fe726c Border Color

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

This div border color is #fe726c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe726c

Related Colors


Comments

No comments written yet.

Please login to write comment.