Color Hex Logo

#fd86db Color Hex

#FD86DB
(253,134,219)
0 Favorites   0 Comments

Color spaces of #fd86db

RGB 253134219
HSL0.880.970.76
HSV317°47°99°
CMYK 0.000.470.13   0.01
XYZ61.819343.047372.0686
Yxy43.04730.34940.2433
Hunter Lab65.610453.3675-19.1987
CIE-Lab71.587155.6796-23.2857

#fd86db color RGB value is (253,134,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 11011011
Octal 375 206 333
Decimal 253 134 219
Hex FD 86 DB

RGB Percentages of Color #fd86db

%41.75
%22.11
%36.14

CMYK Percentages of Color #fd86db

%0
%47
%13
%1

Triadic Colors of #fd86db

#fd86db #dbfd86 #86dbfd

Analogous Colors of #fd86db

#fd86db #fd86a0 #e486fd

Monochromatic Colors of #fd86db

#fd86db

Complementary Color

#fd86db #86fda8

#fd86db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd86db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd86db Color CSS Codes

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

#fd86db Text Font Color

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

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


#fd86db Background Color

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

This div background color is #fd86db


#fd86db Border Color

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

This div border color is #fd86db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd86db

Related Colors


Comments

No comments written yet.

Please login to write comment.