Color Hex Logo

#fa86dc Color Hex

#FA86DC
(250,134,220)
0 Favorites   0 Comments

Color spaces of #fa86dc

RGB 250134220
HSL0.880.920.75
HSV316°46°98°
CMYK 0.000.460.12   0.02
XYZ60.867742.541572.7134
Yxy42.54150.34560.2415
Hunter Lab65.223852.4367-20.4415
CIE-Lab71.242754.9298-24.3977

#fa86dc color RGB value is (250,134,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 11011100
Octal 372 206 334
Decimal 250 134 220
Hex FA 86 DC

RGB Percentages of Color #fa86dc

%41.39
%22.19
%36.42

CMYK Percentages of Color #fa86dc

%0
%46
%12
%2

Triadic Colors of #fa86dc

#fa86dc #dcfa86 #86dcfa

Analogous Colors of #fa86dc

#fa86dc #fa86a2 #de86fa

Monochromatic Colors of #fa86dc

#fa86dc

Complementary Color

#fa86dc #86faa4

#fa86dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa86dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa86dc Color CSS Codes

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

#fa86dc Text Font Color

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

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


#fa86dc Background Color

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

This div background color is #fa86dc


#fa86dc Border Color

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

This div border color is #fa86dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,134,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa86dc


Comments

No comments written yet.

Please login to write comment.