Color Hex Logo

#fd739f Color Hex

#FD739F
(253,115,159)
0 Favorites   0 Comments

Color spaces of #fd739f

RGB 253115159
HSL0.950.970.72
HSV341°55°99°
CMYK 0.000.550.37   0.01
XYZ52.896835.647336.8935
Yxy35.64730.42170.2842
Hunter Lab59.705453.66025.1569
CIE-Lab66.249656.75242.3784

#fd739f color RGB value is (253,115,159).

#fd739f hex color red value is 253, green value is 115 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fd739f hue: 0.95 , saturation: 0.97 and the lightness value of fd739f is 0.72.

The process color (four color CMYK) of #fd739f color hex is 0.00, 0.55, 0.37, 0.01. Web safe color of #fd739f is #ff6699. Color #fd739f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 10011111
Octal 375 163 237
Decimal 253 115 159
Hex FD 73 9F

RGB Percentages of Color #fd739f

%48.01
%21.82
%30.17

CMYK Percentages of Color #fd739f

%0
%55
%37
%1

Triadic Colors of #fd739f

#fd739f #9ffd73 #739ffd

Analogous Colors of #fd739f

#fd739f #fd8c73 #fd73e4

Monochromatic Colors of #fd739f

#fd739f

Complementary Color

#fd739f #73fdd1

#fd739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd739f Color CSS Codes

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

#fd739f Text Font Color

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

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


#fd739f Background Color

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

This div background color is #fd739f


#fd739f Border Color

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

This div border color is #fd739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd739f


Comments

No comments written yet.

Please login to write comment.