Color Hex Logo

#ff997f Color Hex

#FF997F
(255,153,127)
0 Favorites   0 Comments

Color spaces of #ff997f

RGB 255153127
HSL0.031.000.75
HSV12°50°100°
CMYK 0.000.400.50   0.00
XYZ56.462045.574825.8996
Yxy45.57480.44130.3562
Hunter Lab67.509131.149524.5100
CIE-Lab73.268835.536829.9918

#ff997f color RGB value is (255,153,127).

#ff997f hex color red value is 255, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ff997f hue: 0.03 , saturation: 1.00 and the lightness value of ff997f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011001 01111111
Octal 377 231 177
Decimal 255 153 127
Hex FF 99 7F

RGB Percentages of Color #ff997f

%47.66
%28.60
%23.74

CMYK Percentages of Color #ff997f

%0
%40
%50
%0

Triadic Colors of #ff997f

#ff997f #7fff99 #997fff

Analogous Colors of #ff997f

#ff997f #ffd97f #ff7fa5

Monochromatic Colors of #ff997f

#ff997f

Complementary Color

#ff997f #7fe5ff

#ff997f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff997f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff997f Color CSS Codes

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

#ff997f Text Font Color

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

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


#ff997f Background Color

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

This div background color is #ff997f


#ff997f Border Color

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

This div border color is #ff997f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff997f

Related Colors

#ff997f Color Palettes


Comments

No comments written yet.

Please login to write comment.