Color Hex Logo

#fd159c Color Hex

#FD159C
(253,21,156)
0 Favorites   0 Comments

Color spaces of #fd159c

RGB 25321156
HSL0.900.980.54
HSV325°92°99°
CMYK 0.000.920.38   0.01
XYZ46.776923.819333.5847
Yxy23.81930.44900.2286
Hunter Lab48.805085.6735-6.6363
CIE-Lab55.906484.8196-11.1551

#fd159c color RGB value is (253,21,156).

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

The process color (four color CMYK) of #fd159c color hex is 0.00, 0.92, 0.38, 0.01. Web safe color of #fd159c is #ff0099. Color #fd159c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 10011100
Octal 375 25 234
Decimal 253 21 156
Hex FD 15 9C

RGB Percentages of Color #fd159c

%58.84
%4.88
%36.28

CMYK Percentages of Color #fd159c

%0
%92
%38
%1

Triadic Colors of #fd159c

#fd159c #9cfd15 #159cfd

Analogous Colors of #fd159c

#fd159c #fd1528 #ea15fd

Monochromatic Colors of #fd159c

#fd159c

Complementary Color

#fd159c #15fd76

#fd159c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd159c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd159c Color CSS Codes

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

#fd159c Text Font Color

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

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


#fd159c Background Color

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

This div background color is #fd159c


#fd159c Border Color

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

This div border color is #fd159c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd159c


Comments

No comments written yet.

Please login to write comment.