Color Hex Logo

#fe756b Color Hex

#FE756B
(254,117,107)
0 Favorites   0 Comments

Color spaces of #fe756b

RGB 254117107
HSL0.010.990.71
HSV58°100°
CMYK 0.000.540.58   0.00
XYZ49.888234.854918.0082
Yxy34.85490.48550.3392
Hunter Lab59.038047.519123.2416
CIE-Lab65.635551.448930.9684

#fe756b color RGB value is (254,117,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110101 01101011
Octal 376 165 153
Decimal 254 117 107
Hex FE 75 6B

RGB Percentages of Color #fe756b

%53.14
%24.48
%22.38

CMYK Percentages of Color #fe756b

%0
%54
%58
%0

Triadic Colors of #fe756b

#fe756b #6bfe75 #756bfe

Analogous Colors of #fe756b

#fe756b #febf6b #fe6bab

Monochromatic Colors of #fe756b

#fe756b

Complementary Color

#fe756b #6bf4fe

#fe756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe756b Color CSS Codes

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

#fe756b Text Font Color

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

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


#fe756b Background Color

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

This div background color is #fe756b


#fe756b Border Color

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

This div border color is #fe756b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe756b


Comments

No comments written yet.

Please login to write comment.