Color Hex Logo

#fd1fdc Color Hex

#FD1FDC
(253,31,220)
0 Favorites   0 Comments

Color spaces of #fd1fdc

RGB 25331220
HSL0.860.980.56
HSV309°88°99°
CMYK 0.000.880.13   0.01
XYZ53.916327.029970.0857
Yxy27.02990.35700.1790
Hunter Lab51.990394.1296-43.5329
CIE-Lab59.002090.6173-43.3706

#fd1fdc color RGB value is (253,31,220).

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

The process color (four color CMYK) of #fd1fdc color hex is 0.00, 0.88, 0.13, 0.01. Web safe color of #fd1fdc is #ff33cc. Color #fd1fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011111 11011100
Octal 375 37 334
Decimal 253 31 220
Hex FD 1F DC

RGB Percentages of Color #fd1fdc

%50.20
%6.15
%43.65

CMYK Percentages of Color #fd1fdc

%0
%88
%13
%1

Triadic Colors of #fd1fdc

#fd1fdc #dcfd1f #1fdcfd

Analogous Colors of #fd1fdc

#fd1fdc #fd1f6d #af1ffd

Monochromatic Colors of #fd1fdc

#fd1fdc

Complementary Color

#fd1fdc #1ffd40

#fd1fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1fdc Color CSS Codes

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

#fd1fdc Text Font Color

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

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


#fd1fdc Background Color

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

This div background color is #fd1fdc


#fd1fdc Border Color

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

This div border color is #fd1fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1fdc


Comments

No comments written yet.

Please login to write comment.