Color Hex Logo

#ff757d Color Hex

#FF757D
(255,117,125)
0 Favorites   0 Comments

Color spaces of #ff757d

RGB 255117125
HSL0.991.000.73
HSV357°54°100°
CMYK 0.000.540.51   0.00
XYZ51.303035.463223.5432
Yxy35.46320.46510.3215
Hunter Lab59.551049.563018.2457
CIE-Lab66.107753.190921.5234

#ff757d color RGB value is (255,117,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 01111101
Octal 377 165 175
Decimal 255 117 125
Hex FF 75 7D

RGB Percentages of Color #ff757d

%51.31
%23.54
%25.15

CMYK Percentages of Color #ff757d

%0
%54
%51
%0

Triadic Colors of #ff757d

#ff757d #7dff75 #757dff

Analogous Colors of #ff757d

#ff757d #ffb275 #ff75c2

Monochromatic Colors of #ff757d

#ff757d

Complementary Color

#ff757d #75fff7

#ff757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff757d Color CSS Codes

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

#ff757d Text Font Color

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

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


#ff757d Background Color

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

This div background color is #ff757d


#ff757d Border Color

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

This div border color is #ff757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff757d


Comments

No comments written yet.

Please login to write comment.