Color Hex Logo

#fd74ac Color Hex

#FD74AC
(253,116,172)
0 Favorites   0 Comments

Color spaces of #fd74ac

RGB 253116172
HSL0.930.970.72
HSV335°54°99°
CMYK 0.000.540.32   0.01
XYZ54.199836.352043.1897
Yxy36.35200.40530.2718
Hunter Lab60.292654.9497-0.2667
CIE-Lab66.788057.7810-4.2122

#fd74ac color RGB value is (253,116,172).

#fd74ac hex color red value is 253, green value is 116 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fd74ac hue: 0.93 , saturation: 0.97 and the lightness value of fd74ac is 0.72.

The process color (four color CMYK) of #fd74ac color hex is 0.00, 0.54, 0.32, 0.01. Web safe color of #fd74ac is #ff6699. Color #fd74ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 10101100
Octal 375 164 254
Decimal 253 116 172
Hex FD 74 AC

RGB Percentages of Color #fd74ac

%46.77
%21.44
%31.79

CMYK Percentages of Color #fd74ac

%0
%54
%32
%1

Triadic Colors of #fd74ac

#fd74ac #acfd74 #74acfd

Analogous Colors of #fd74ac

#fd74ac #fd8174 #fd74f1

Monochromatic Colors of #fd74ac

#fd74ac

Complementary Color

#fd74ac #74fdc5

#fd74ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd74ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd74ac Color CSS Codes

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

#fd74ac Text Font Color

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

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


#fd74ac Background Color

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

This div background color is #fd74ac


#fd74ac Border Color

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

This div border color is #fd74ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd74ac


Comments

No comments written yet.

Please login to write comment.