Color Hex Logo

#fd478f Color Hex

#FD478F
(253,71,143)
0 Favorites   0 Comments

Color spaces of #fd478f

RGB 25371143
HSL0.930.980.64
HSV336°72°99°
CMYK 0.000.720.43   0.01
XYZ47.719227.372328.7549
Yxy27.37230.45950.2636
Hunter Lab52.318571.25054.0365
CIE-Lab59.317472.75051.5416

#fd478f color RGB value is (253,71,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 10001111
Octal 375 107 217
Decimal 253 71 143
Hex FD 47 8F

RGB Percentages of Color #fd478f

%54.18
%15.20
%30.62

CMYK Percentages of Color #fd478f

%0
%72
%43
%1

Triadic Colors of #fd478f

#fd478f #8ffd47 #478ffd

Analogous Colors of #fd478f

#fd478f #fd5a47 #fd47ea

Monochromatic Colors of #fd478f

#fd478f

Complementary Color

#fd478f #47fdb5

#fd478f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd478f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd478f Color CSS Codes

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

#fd478f Text Font Color

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

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


#fd478f Background Color

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

This div background color is #fd478f


#fd478f Border Color

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

This div border color is #fd478f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd478f

Related Colors


Comments

No comments written yet.

Please login to write comment.