Color Hex Logo

#fd29ac Color Hex

#FD29AC
(253,41,172)
0 Favorites   0 Comments

Color spaces of #fd29ac

RGB 25341172
HSL0.900.980.58
HSV323°84°99°
CMYK 0.000.840.32   0.01
XYZ48.747325.447141.3722
Yxy25.44710.42180.2202
Hunter Lab50.445184.2133-13.3147
CIE-Lab57.508583.3810-18.1205

#fd29ac color RGB value is (253,41,172).

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

The process color (four color CMYK) of #fd29ac color hex is 0.00, 0.84, 0.32, 0.01. Web safe color of #fd29ac is #ff3399. Color #fd29ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101001 10101100
Octal 375 51 254
Decimal 253 41 172
Hex FD 29 AC

RGB Percentages of Color #fd29ac

%54.29
%8.80
%36.91

CMYK Percentages of Color #fd29ac

%0
%84
%32
%1

Triadic Colors of #fd29ac

#fd29ac #acfd29 #29acfd

Analogous Colors of #fd29ac

#fd29ac #fd2942 #e429fd

Monochromatic Colors of #fd29ac

#fd29ac

Complementary Color

#fd29ac #29fd7a

#fd29ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd29ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd29ac Color CSS Codes

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

#fd29ac Text Font Color

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

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


#fd29ac Background Color

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

This div background color is #fd29ac


#fd29ac Border Color

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

This div border color is #fd29ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd29ac


Comments

No comments written yet.

Please login to write comment.