Color Hex Logo

#ff757f Color Hex

#FF757F
(255,117,127)
1 Favorites   0 Comments

Color spaces of #ff757f

RGB 255117127
HSL0.991.000.73
HSV356°54°100°
CMYK 0.000.540.50   0.00
XYZ51.432135.514924.2230
Yxy35.51490.46260.3195
Hunter Lab59.594449.761817.6168
CIE-Lab66.147653.360220.4477

#ff757f color RGB value is (255,117,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 01111111
Octal 377 165 177
Decimal 255 117 127
Hex FF 75 7F

RGB Percentages of Color #ff757f

%51.10
%23.45
%25.45

CMYK Percentages of Color #ff757f

%0
%54
%50
%0

Triadic Colors of #ff757f

#ff757f #7fff75 #757fff

Analogous Colors of #ff757f

#ff757f #ffb075 #ff75c4

Monochromatic Colors of #ff757f

#ff757f

Complementary Color

#ff757f #75fff5

#ff757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff757f Color CSS Codes

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

#ff757f Text Font Color

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

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


#ff757f Background Color

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

This div background color is #ff757f


#ff757f Border Color

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

This div border color is #ff757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff757f

Related Colors

#ff757f Color Palettes


Comments

No comments written yet.

Please login to write comment.