Color Hex Logo

#fe755d Color Hex

#FE755D
(254,117,93)
0 Favorites   0 Comments

Color spaces of #fe755d

RGB 25411793
HSL0.020.990.68
HSV63°100°
CMYK 0.000.540.63   0.00
XYZ49.210134.583714.4376
Yxy34.58370.50100.3521
Hunter Lab58.807946.453926.6096
CIE-Lab65.423350.528238.3987

#fe755d color RGB value is (254,117,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110101 01011101
Octal 376 165 135
Decimal 254 117 93
Hex FE 75 5D

RGB Percentages of Color #fe755d

%54.74
%25.22
%20.04

CMYK Percentages of Color #fe755d

%0
%54
%63
%0

Triadic Colors of #fe755d

#fe755d #5dfe75 #755dfe

Analogous Colors of #fe755d

#fe755d #fec65d #fe5d96

Monochromatic Colors of #fe755d

#fe755d

Complementary Color

#fe755d #5de6fe

#fe755d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe755d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe755d Color CSS Codes

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

#fe755d Text Font Color

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

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


#fe755d Background Color

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

This div background color is #fe755d


#fe755d Border Color

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

This div border color is #fe755d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe755d


Comments

No comments written yet.

Please login to write comment.