Color Hex Logo

#fd489f Color Hex

#FD489F
(253,72,159)
0 Favorites   0 Comments

Color spaces of #fd489f

RGB 25372159
HSL0.920.980.64
HSV331°72°99°
CMYK 0.000.720.37   0.01
XYZ49.083428.020635.6224
Yxy28.02060.43540.2486
Hunter Lab52.934572.8784-2.8452
CIE-Lab59.907373.9588-6.9364

#fd489f color RGB value is (253,72,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001000 10011111
Octal 375 110 237
Decimal 253 72 159
Hex FD 48 9F

RGB Percentages of Color #fd489f

%52.27
%14.88
%32.85

CMYK Percentages of Color #fd489f

%0
%72
%37
%1

Triadic Colors of #fd489f

#fd489f #9ffd48 #489ffd

Analogous Colors of #fd489f

#fd489f #fd4b48 #fd48fa

Monochromatic Colors of #fd489f

#fd489f

Complementary Color

#fd489f #48fda6

#fd489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd489f Color CSS Codes

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

#fd489f Text Font Color

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

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


#fd489f Background Color

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

This div background color is #fd489f


#fd489f Border Color

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

This div border color is #fd489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd489f


Comments

No comments written yet.

Please login to write comment.