Color Hex Logo

#fd016c Color Hex

#FD016C
(253,1,108)
0 Favorites   0 Comments

Color spaces of #fd016c

RGB 2531108
HSL0.930.990.50
HSV335°100°99°
CMYK 0.001.000.57   0.01
XYZ43.225621.987116.1530
Yxy21.98710.53130.2702
Hunter Lab46.890482.490812.3988
CIE-Lab54.013382.725414.8374

#fd016c color RGB value is (253,1,108).

#fd016c hex color red value is 253, green value is 1 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fd016c hue: 0.93 , saturation: 0.99 and the lightness value of fd016c is 0.50.

The process color (four color CMYK) of #fd016c color hex is 0.00, 1.00, 0.57, 0.01. Web safe color of #fd016c is #ff0066. Color #fd016c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 01101100
Octal 375 1 154
Decimal 253 1 108
Hex FD 1 6C

RGB Percentages of Color #fd016c

%69.89
%0.28
%29.83

CMYK Percentages of Color #fd016c

%0
%100
%57
%1

Triadic Colors of #fd016c

#fd016c #6cfd01 #016cfd

Analogous Colors of #fd016c

#fd016c #fd1401 #fd01ea

Monochromatic Colors of #fd016c

#fd016c

Complementary Color

#fd016c #01fd92

#fd016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd016c Color CSS Codes

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

#fd016c Text Font Color

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

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


#fd016c Background Color

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

This div background color is #fd016c


#fd016c Border Color

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

This div border color is #fd016c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd016c

Related Colors


Comments

No comments written yet.

Please login to write comment.