Color Hex Logo

#ff759d Color Hex

#FF759D
(255,117,157)
0 Favorites   0 Comments

Color spaces of #ff759d

RGB 255117157
HSL0.951.000.73
HSV343°54°100°
CMYK 0.000.540.38   0.00
XYZ53.687136.416936.0978
Yxy36.41690.42540.2886
Hunter Lab60.346453.19606.7766
CIE-Lab66.837256.25734.4013

#ff759d color RGB value is (255,117,157).

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

The process color (four color CMYK) of #ff759d color hex is 0.00, 0.54, 0.38, 0.00. Web safe color of #ff759d is #ff6699. Color #ff759d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 10011101
Octal 377 165 235
Decimal 255 117 157
Hex FF 75 9D

RGB Percentages of Color #ff759d

%48.20
%22.12
%29.68

CMYK Percentages of Color #ff759d

%0
%54
%38
%0

Triadic Colors of #ff759d

#ff759d #9dff75 #759dff

Analogous Colors of #ff759d

#ff759d #ff9275 #ff75e2

Monochromatic Colors of #ff759d

#ff759d

Complementary Color

#ff759d #75ffd7

#ff759d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff759d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff759d Color CSS Codes

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

#ff759d Text Font Color

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

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


#ff759d Background Color

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

This div background color is #ff759d


#ff759d Border Color

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

This div border color is #ff759d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff759d


Comments

No comments written yet.

Please login to write comment.