color codes Logo

#fd01db color codes

#FD01DB
(253,1,219)
0 Favorites   0 Comments

Color spaces of #fd01db

RGB 2531219
HSL0.860.990.50
HSV308°100°99°
CMYK 0.001.000.13   0.01
XYZ53.305026.018869.2305
Yxy26.01880.35880.1751
Hunter Lab51.008697.2709-44.7642
CIE-Lab58.054993.1294-44.2983

#fd01db color RGB value is (253,1,219).

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

The process color (four color CMYK) of #fd01db color code is 0.00, 1.00, 0.13, 0.01. Web safe color of #fd01db is #ff00cc. Color #fd01db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 11011011
Octal 375 1 333
Decimal 253 1 219
Hex FD 1 DB

RGB Percentages of Color #fd01db

%53.49
%0.21
%46.30

CMYK Percentages of Color #fd01db

%0
%100
%13
%1

Triadic Colors of #fd01db

#fd01db #dbfd01 #01dbfd

Analogous Colors of #fd01db

#fd01db #fd015d #a101fd

Monochromatic Colors of #fd01db

#fd01db

Complementary Color

#fd01db #01fd23

#fd01db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd01db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd01db Color CSS Codes

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

#fd01db Text Font Color

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

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


#fd01db Background Color

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

This div background color is #fd01db


#fd01db Border Color

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

This div border color is #fd01db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd01db

Related Colors


Comments

No comments written yet.

Please login to write comment.