Color Hex Logo

#fd479f Color Hex

#FD479F
(253,71,159)
0 Favorites   0 Comments

Color spaces of #fd479f

RGB 25371159
HSL0.920.980.64
HSV331°72°99°
CMYK 0.000.720.37   0.01
XYZ49.019327.892335.6010
Yxy27.89230.43570.2479
Hunter Lab52.813273.2543-2.9978
CIE-Lab59.791374.2842-7.1089

#fd479f color RGB value is (253,71,159).

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

The process color (four color CMYK) of #fd479f color hex is 0.00, 0.72, 0.37, 0.01. Web safe color of #fd479f is #ff3399. Color #fd479f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 10011111
Octal 375 107 237
Decimal 253 71 159
Hex FD 47 9F

RGB Percentages of Color #fd479f

%52.38
%14.70
%32.92

CMYK Percentages of Color #fd479f

%0
%72
%37
%1

Triadic Colors of #fd479f

#fd479f #9ffd47 #479ffd

Analogous Colors of #fd479f

#fd479f #fd4a47 #fd47fa

Monochromatic Colors of #fd479f

#fd479f

Complementary Color

#fd479f #47fda5

#fd479f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd479f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd479f Color CSS Codes

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

#fd479f Text Font Color

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

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


#fd479f Background Color

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

This div background color is #fd479f


#fd479f Border Color

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

This div border color is #fd479f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd479f


Comments

No comments written yet.

Please login to write comment.