Color Hex Logo

#fd079f Color Hex

#FD079F
(253,7,159)
0 Favorites   0 Comments

Color spaces of #fd079f

RGB 2537159
HSL0.900.980.51
HSV323°97°99°
CMYK 0.000.970.37   0.01
XYZ46.842023.537834.8753
Yxy23.53780.44500.2236
Hunter Lab48.515887.4392-8.6593
CIE-Lab55.622086.2285-13.3547

#fd079f color RGB value is (253,7,159).

#fd079f hex color red value is 253, green value is 7 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fd079f hue: 0.90 , saturation: 0.98 and the lightness value of fd079f is 0.51.

The process color (four color CMYK) of #fd079f color hex is 0.00, 0.97, 0.37, 0.01. Web safe color of #fd079f is #ff0099. Color #fd079f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 10011111
Octal 375 7 237
Decimal 253 7 159
Hex FD 7 9F

RGB Percentages of Color #fd079f

%60.38
%1.67
%37.95

CMYK Percentages of Color #fd079f

%0
%97
%37
%1

Triadic Colors of #fd079f

#fd079f #9ffd07 #079ffd

Analogous Colors of #fd079f

#fd079f #fd0724 #e007fd

Monochromatic Colors of #fd079f

#fd079f

Complementary Color

#fd079f #07fd65

#fd079f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd079f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd079f Color CSS Codes

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

#fd079f Text Font Color

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

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


#fd079f Background Color

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

This div background color is #fd079f


#fd079f Border Color

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

This div border color is #fd079f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd079f


Comments

No comments written yet.

Please login to write comment.