Color Hex Logo

#fe7260 Color Hex

#FE7260
(254,114,96)
0 Favorites   0 Comments

Color spaces of #fe7260

RGB 25411496
HSL0.020.990.69
HSV62°100°
CMYK 0.000.550.62   0.00
XYZ49.001733.950015.0367
Yxy33.95000.50010.3465
Hunter Lab58.266648.150325.4858
CIE-Lab64.922952.117536.1443

#fe7260 color RGB value is (254,114,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 01100000
Octal 376 162 140
Decimal 254 114 96
Hex FE 72 60

RGB Percentages of Color #fe7260

%54.74
%24.57
%20.69

CMYK Percentages of Color #fe7260

%0
%55
%62
%0

Triadic Colors of #fe7260

#fe7260 #60fe72 #7260fe

Analogous Colors of #fe7260

#fe7260 #fec160 #fe609d

Monochromatic Colors of #fe7260

#fe7260

Complementary Color

#fe7260 #60ecfe

#fe7260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7260 Color CSS Codes

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

#fe7260 Text Font Color

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

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


#fe7260 Background Color

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

This div background color is #fe7260


#fe7260 Border Color

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

This div border color is #fe7260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7260


Comments

No comments written yet.

Please login to write comment.