color codes Logo

#fd059f color codes

#FD059F
(253,5,159)
0 Favorites   0 Comments

Color spaces of #fd059f

RGB 2535159
HSL0.900.980.51
HSV323°98°99°
CMYK 0.000.980.37   0.01
XYZ46.820323.494434.8681
Yxy23.49440.44510.2234
Hunter Lab48.471087.5967-8.7211
CIE-Lab55.578086.3574-13.4212

#fd059f color RGB value is (253,5,159).

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

The process color (four color CMYK) of #fd059f color code is 0.00, 0.98, 0.37, 0.01. Web safe color of #fd059f is #ff0099. Color #fd059f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000101 10011111
Octal 375 5 237
Decimal 253 5 159
Hex FD 5 9F

RGB Percentages of Color #fd059f

%60.67
%1.20
%38.13

CMYK Percentages of Color #fd059f

%0
%98
%37
%1

Triadic Colors of #fd059f

#fd059f #9ffd05 #059ffd

Analogous Colors of #fd059f

#fd059f #fd0523 #df05fd

Monochromatic Colors of #fd059f

#fd059f

Complementary Color

#fd059f #05fd63

#fd059f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd059f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd059f Color CSS Codes

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

#fd059f Text Font Color

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

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


#fd059f Background Color

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

This div background color is #fd059f


#fd059f Border Color

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

This div border color is #fd059f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd059f


Comments

No comments written yet.

Please login to write comment.