Color Hex Logo

#fd479e Color Hex

#FD479E
(253,71,158)
0 Favorites   0 Comments

Color spaces of #fd479e

RGB 25371158
HSL0.920.980.64
HSV331°72°99°
CMYK 0.000.720.38   0.01
XYZ48.932827.857735.1458
Yxy27.85770.43710.2489
Hunter Lab52.780473.1220-2.5342
CIE-Lab59.760074.1834-6.5732

#fd479e color RGB value is (253,71,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 10011110
Octal 375 107 236
Decimal 253 71 158
Hex FD 47 9E

RGB Percentages of Color #fd479e

%52.49
%14.73
%32.78

CMYK Percentages of Color #fd479e

%0
%72
%38
%1

Triadic Colors of #fd479e

#fd479e #9efd47 #479efd

Analogous Colors of #fd479e

#fd479e #fd4b47 #fd47f9

Monochromatic Colors of #fd479e

#fd479e

Complementary Color

#fd479e #47fda6

#fd479e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd479e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd479e Color CSS Codes

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

#fd479e Text Font Color

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

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


#fd479e Background Color

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

This div background color is #fd479e


#fd479e Border Color

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

This div border color is #fd479e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd479e

Related Colors


Comments

No comments written yet.

Please login to write comment.