Color Hex Logo

#fd129c Color Hex

#FD129C
(253,18,156)
0 Favorites   0 Comments

Color spaces of #fd129c

RGB 25318156
HSL0.900.980.53
HSV325°93°99°
CMYK 0.000.930.38   0.01
XYZ46.725123.715633.5674
Yxy23.71560.44920.2280
Hunter Lab48.698786.0434-6.7788
CIE-Lab55.801985.1243-11.3121

#fd129c color RGB value is (253,18,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010010 10011100
Octal 375 22 234
Decimal 253 18 156
Hex FD 12 9C

RGB Percentages of Color #fd129c

%59.25
%4.22
%36.53

CMYK Percentages of Color #fd129c

%0
%93
%38
%1

Triadic Colors of #fd129c

#fd129c #9cfd12 #129cfd

Analogous Colors of #fd129c

#fd129c #fd1226 #e912fd

Monochromatic Colors of #fd129c

#fd129c

Complementary Color

#fd129c #12fd73

#fd129c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd129c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd129c Color CSS Codes

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

#fd129c Text Font Color

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

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


#fd129c Background Color

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

This div background color is #fd129c


#fd129c Border Color

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

This div border color is #fd129c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd129c


Comments

No comments written yet.

Please login to write comment.