Color Hex Logo

#fd8f7e Color Hex

#FD8F7E
(253,143,126)
0 Favorites   0 Comments

Color spaces of #fd8f7e

RGB 253143126
HSL0.020.970.74
HSV50°99°
CMYK 0.000.430.50   0.01
XYZ54.096442.033925.0008
Yxy42.03390.44660.3470
Hunter Lab64.833635.479722.5204
CIE-Lab70.894339.817727.3482

#fd8f7e color RGB value is (253,143,126).

#fd8f7e hex color red value is 253, green value is 143 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fd8f7e hue: 0.02 , saturation: 0.97 and the lightness value of fd8f7e is 0.74.

The process color (four color CMYK) of #fd8f7e color hex is 0.00, 0.43, 0.50, 0.01. Web safe color of #fd8f7e is #ff9966. Color #fd8f7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 01111110
Octal 375 217 176
Decimal 253 143 126
Hex FD 8F 7E

RGB Percentages of Color #fd8f7e

%48.47
%27.39
%24.14

CMYK Percentages of Color #fd8f7e

%0
%43
%50
%1

Triadic Colors of #fd8f7e

#fd8f7e #7efd8f #8f7efd

Analogous Colors of #fd8f7e

#fd8f7e #fdcf7e #fd7ead

Monochromatic Colors of #fd8f7e

#fd8f7e

Complementary Color

#fd8f7e #7eecfd

#fd8f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8f7e Color CSS Codes

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

#fd8f7e Text Font Color

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

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


#fd8f7e Background Color

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

This div background color is #fd8f7e


#fd8f7e Border Color

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

This div border color is #fd8f7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,143,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd8f7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd8f7e;
  -webkit-box-shadow: 1px 1px 3px 2px #fd8f7e;
  box-shadow:         1px 1px 3px 2px #fd8f7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,143,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8f7e


Comments

No comments written yet.

Please login to write comment.