Color Hex Logo

#fd837f Color Hex

#FD837F
(253,131,127)
0 Favorites   0 Comments

Color spaces of #fd837f

RGB 253131127
HSL0.010.970.75
HSV50°99°
CMYK 0.000.480.50   0.01
XYZ52.455138.647624.7737
Yxy38.64760.45270.3335
Hunter Lab62.167241.821219.8899
CIE-Lab68.495245.924823.5839

#fd837f color RGB value is (253,131,127).

#fd837f hex color red value is 253, green value is 131 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fd837f hue: 0.01 , saturation: 0.97 and the lightness value of fd837f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 01111111
Octal 375 203 177
Decimal 253 131 127
Hex FD 83 7F

RGB Percentages of Color #fd837f

%49.51
%25.64
%24.85

CMYK Percentages of Color #fd837f

%0
%48
%50
%1

Triadic Colors of #fd837f

#fd837f #7ffd83 #837ffd

Analogous Colors of #fd837f

#fd837f #fdc27f #fd7fba

Monochromatic Colors of #fd837f

#fd837f

Complementary Color

#fd837f #7ff9fd

#fd837f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd837f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd837f Color CSS Codes

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

#fd837f Text Font Color

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

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


#fd837f Background Color

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

This div background color is #fd837f


#fd837f Border Color

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

This div border color is #fd837f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd837f

Related Colors


Comments

No comments written yet.

Please login to write comment.