Color Hex Logo

#fe7674 Color Hex

#FE7674
(254,118,116)
0 Favorites   0 Comments

Color spaces of #fe7674

RGB 254118116
HSL0.000.990.73
HSV54°100°
CMYK 0.000.540.54   0.00
XYZ50.503935.288720.6725
Yxy35.28870.47440.3315
Hunter Lab59.404347.798320.9503
CIE-Lab65.972851.647626.3828

#fe7674 color RGB value is (254,118,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110110 01110100
Octal 376 166 164
Decimal 254 118 116
Hex FE 76 74

RGB Percentages of Color #fe7674

%52.05
%24.18
%23.77

CMYK Percentages of Color #fe7674

%0
%54
%54
%0

Triadic Colors of #fe7674

#fe7674 #74fe76 #7674fe

Analogous Colors of #fe7674

#fe7674 #febb74 #fe74b7

Monochromatic Colors of #fe7674

#fe7674

Complementary Color

#fe7674 #74fcfe

#fe7674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7674 Color CSS Codes

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

#fe7674 Text Font Color

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

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


#fe7674 Background Color

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

This div background color is #fe7674


#fe7674 Border Color

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

This div border color is #fe7674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7674

Related Colors


Comments

No comments written yet.

Please login to write comment.