Color Hex Logo

#fd149c Color Hex

#FD149C
(253,20,156)
0 Favorites   0 Comments

Color spaces of #fd149c

RGB 25320156
HSL0.900.980.54
HSV325°92°99°
CMYK 0.000.920.38   0.01
XYZ46.758923.783333.5786
Yxy23.78330.44910.2284
Hunter Lab48.768185.8017-6.6856
CIE-Lab55.870284.9252-11.2094

#fd149c color RGB value is (253,20,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 10011100
Octal 375 24 234
Decimal 253 20 156
Hex FD 14 9C

RGB Percentages of Color #fd149c

%58.97
%4.66
%36.36

CMYK Percentages of Color #fd149c

%0
%92
%38
%1

Triadic Colors of #fd149c

#fd149c #9cfd14 #149cfd

Analogous Colors of #fd149c

#fd149c #fd1428 #ea14fd

Monochromatic Colors of #fd149c

#fd149c

Complementary Color

#fd149c #14fd75

#fd149c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd149c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd149c Color CSS Codes

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

#fd149c Text Font Color

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

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


#fd149c Background Color

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

This div background color is #fd149c


#fd149c Border Color

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

This div border color is #fd149c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd149c


Comments

No comments written yet.

Please login to write comment.