Color Hex Logo

#fd00db Color Hex

#FD00DB
(253,0,219)
0 Favorites   0 Comments

Color spaces of #fd00db

RGB 2530219
HSL0.861.000.50
HSV308°100°99°
CMYK 0.001.000.13   0.01
XYZ53.294225.997169.2269
Yxy25.99710.35880.1750
Hunter Lab50.987497.3481-44.8085
CIE-Lab58.034393.1903-44.3308

#fd00db color RGB value is (253,0,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000000 11011011
Octal 375 0 333
Decimal 253 0 219
Hex FD 0 DB

RGB Percentages of Color #fd00db

%53.60
%0.00
%46.40

CMYK Percentages of Color #fd00db

%0
%100
%13
%1

Triadic Colors of #fd00db

#fd00db #dbfd00 #00dbfd

Analogous Colors of #fd00db

#fd00db #fd005d #a100fd

Monochromatic Colors of #fd00db

#fd00db

Complementary Color

#fd00db #00fd22

#fd00db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd00db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd00db Color CSS Codes

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

#fd00db Text Font Color

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

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


#fd00db Background Color

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

This div background color is #fd00db


#fd00db Border Color

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

This div border color is #fd00db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd00db


Comments

No comments written yet.

Please login to write comment.