Color Hex Logo

#fe7869 Color Hex

#FE7869
(254,120,105)
0 Favorites   0 Comments

Color spaces of #fe7869

RGB 254120105
HSL0.020.990.70
HSV59°100°
CMYK 0.000.530.59   0.00
XYZ50.139335.523717.5787
Yxy35.52370.48560.3441
Hunter Lab59.601845.858024.2345
CIE-Lab66.154449.888132.7427

#fe7869 color RGB value is (254,120,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 01101001
Octal 376 170 151
Decimal 254 120 105
Hex FE 78 69

RGB Percentages of Color #fe7869

%53.03
%25.05
%21.92

CMYK Percentages of Color #fe7869

%0
%53
%59
%0

Triadic Colors of #fe7869

#fe7869 #69fe78 #7869fe

Analogous Colors of #fe7869

#fe7869 #fec369 #fe69a5

Monochromatic Colors of #fe7869

#fe7869

Complementary Color

#fe7869 #69effe

#fe7869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7869 Color CSS Codes

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

#fe7869 Text Font Color

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

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


#fe7869 Background Color

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

This div background color is #fe7869


#fe7869 Border Color

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

This div border color is #fe7869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7869


Comments

No comments written yet.

Please login to write comment.