Color Hex Logo

#fd1fac Color Hex

#FD1FAC
(253,31,172)
0 Favorites   0 Comments

Color spaces of #fd1fac

RGB 25331172
HSL0.890.980.56
HSV322°88°99°
CMYK 0.000.880.32   0.01
XYZ48.444424.841241.2712
Yxy24.84120.42290.2168
Hunter Lab49.840986.2768-14.2069
CIE-Lab56.920485.0853-19.0165

#fd1fac color RGB value is (253,31,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011111 10101100
Octal 375 37 254
Decimal 253 31 172
Hex FD 1F AC

RGB Percentages of Color #fd1fac

%55.48
%6.80
%37.72

CMYK Percentages of Color #fd1fac

%0
%88
%32
%1

Triadic Colors of #fd1fac

#fd1fac #acfd1f #1facfd

Analogous Colors of #fd1fac

#fd1fac #fd1f3d #df1ffd

Monochromatic Colors of #fd1fac

#fd1fac

Complementary Color

#fd1fac #1ffd70

#fd1fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1fac Color CSS Codes

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

#fd1fac Text Font Color

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

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


#fd1fac Background Color

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

This div background color is #fd1fac


#fd1fac Border Color

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

This div border color is #fd1fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1fac


Comments

No comments written yet.

Please login to write comment.