Color Hex Logo

#fd01df Color Hex

#FD01DF
(253,1,223)
0 Favorites   0 Comments

Color spaces of #fd01df

RGB 2531223
HSL0.850.990.50
HSV307°100°99°
CMYK 0.001.000.12   0.01
XYZ53.838126.232172.0377
Yxy26.23210.35390.1725
Hunter Lab51.217398.0037-47.5400
CIE-Lab58.256793.6295-46.2441

#fd01df color RGB value is (253,1,223).

#fd01df hex color red value is 253, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fd01df hue: 0.85 , saturation: 0.99 and the lightness value of fd01df is 0.50.

The process color (four color CMYK) of #fd01df color hex is 0.00, 1.00, 0.12, 0.01. Web safe color of #fd01df is #ff00cc. Color #fd01df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 11011111
Octal 375 1 337
Decimal 253 1 223
Hex FD 1 DF

RGB Percentages of Color #fd01df

%53.04
%0.21
%46.75

CMYK Percentages of Color #fd01df

%0
%100
%12
%1

Triadic Colors of #fd01df

#fd01df #dffd01 #01dffd

Analogous Colors of #fd01df

#fd01df #fd0161 #9d01fd

Monochromatic Colors of #fd01df

#fd01df

Complementary Color

#fd01df #01fd1f

#fd01df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd01df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd01df Color CSS Codes

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

#fd01df Text Font Color

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

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


#fd01df Background Color

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

This div background color is #fd01df


#fd01df Border Color

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

This div border color is #fd01df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd01df

Related Colors


Comments

No comments written yet.

Please login to write comment.