Color Hex Logo

#fd81db Color Hex

#FD81DB
(253,129,219)
0 Favorites   0 Comments

Color spaces of #fd81db

RGB 253129219
HSL0.880.970.75
HSV316°49°99°
CMYK 0.000.490.13   0.01
XYZ61.144541.697671.8436
Yxy41.69760.35000.2387
Hunter Lab64.573756.0168-20.7635
CIE-Lab70.661958.0853-24.6991

#fd81db color RGB value is (253,129,219).

#fd81db hex color red value is 253, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fd81db hue: 0.88 , saturation: 0.97 and the lightness value of fd81db is 0.75.

The process color (four color CMYK) of #fd81db color hex is 0.00, 0.49, 0.13, 0.01. Web safe color of #fd81db is #ff99cc. Color #fd81db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000001 11011011
Octal 375 201 333
Decimal 253 129 219
Hex FD 81 DB

RGB Percentages of Color #fd81db

%42.10
%21.46
%36.44

CMYK Percentages of Color #fd81db

%0
%49
%13
%1

Triadic Colors of #fd81db

#fd81db #dbfd81 #81dbfd

Analogous Colors of #fd81db

#fd81db #fd819d #e181fd

Monochromatic Colors of #fd81db

#fd81db

Complementary Color

#fd81db #81fda3

#fd81db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd81db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd81db Color CSS Codes

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

#fd81db Text Font Color

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

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


#fd81db Background Color

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

This div background color is #fd81db


#fd81db Border Color

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

This div border color is #fd81db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd81db

Related Colors


Comments

No comments written yet.

Please login to write comment.