Color Hex Logo

#fe7269 Color Hex

#FE7269
(254,114,105)
0 Favorites   0 Comments

Color spaces of #fe7269

RGB 254114105
HSL0.010.990.70
HSV59°100°
CMYK 0.000.550.59   0.00
XYZ49.440234.125417.3457
Yxy34.12540.48990.3382
Hunter Lab58.416948.840823.2869
CIE-Lab65.062052.710231.3426

#fe7269 color RGB value is (254,114,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 01101001
Octal 376 162 151
Decimal 254 114 105
Hex FE 72 69

RGB Percentages of Color #fe7269

%53.70
%24.10
%22.20

CMYK Percentages of Color #fe7269

%0
%55
%59
%0

Triadic Colors of #fe7269

#fe7269 #69fe72 #7269fe

Analogous Colors of #fe7269

#fe7269 #febd69 #fe69ab

Monochromatic Colors of #fe7269

#fe7269

Complementary Color

#fe7269 #69f5fe

#fe7269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7269 Color CSS Codes

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

#fe7269 Text Font Color

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

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


#fe7269 Background Color

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

This div background color is #fe7269


#fe7269 Border Color

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

This div border color is #fe7269


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,114,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 #fe7269">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7269

Related Colors


Comments

No comments written yet.

Please login to write comment.