Color Hex Logo

#fa86db Color Hex

#FA86DB
(250,134,219)
0 Favorites   0 Comments

Color spaces of #fa86db

RGB 250134219
HSL0.880.920.75
HSV316°46°98°
CMYK 0.000.460.12   0.02
XYZ60.735642.488772.0178
Yxy42.48870.34660.2425
Hunter Lab65.183452.2493-19.8782
CIE-Lab71.206654.7734-23.9007

#fa86db color RGB value is (250,134,219).

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

The process color (four color CMYK) of #fa86db color hex is 0.00, 0.46, 0.12, 0.02. Web safe color of #fa86db is #ff99cc. Color #fa86db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 11011011
Octal 372 206 333
Decimal 250 134 219
Hex FA 86 DB

RGB Percentages of Color #fa86db

%41.46
%22.22
%36.32

CMYK Percentages of Color #fa86db

%0
%46
%12
%2

Triadic Colors of #fa86db

#fa86db #dbfa86 #86dbfa

Analogous Colors of #fa86db

#fa86db #fa86a1 #df86fa

Monochromatic Colors of #fa86db

#fa86db

Complementary Color

#fa86db #86faa5

#fa86db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa86db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa86db Color CSS Codes

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

#fa86db Text Font Color

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

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


#fa86db Background Color

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

This div background color is #fa86db


#fa86db Border Color

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

This div border color is #fa86db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa86db


Comments

No comments written yet.

Please login to write comment.