Color Hex Logo

#fa71dc Color Hex

#FA71DC
(250,113,220)
0 Favorites   0 Comments

Color spaces of #fa71dc

RGB 250113220
HSL0.870.930.71
HSV313°55°98°
CMYK 0.000.550.12   0.02
XYZ58.247737.301671.8401
Yxy37.30160.34800.2228
Hunter Lab61.075063.3554-26.9879
CIE-Lab67.502764.7758-30.1433

#fa71dc color RGB value is (250,113,220).

#fa71dc hex color red value is 250, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fa71dc hue: 0.87 , saturation: 0.93 and the lightness value of fa71dc is 0.71.

The process color (four color CMYK) of #fa71dc color hex is 0.00, 0.55, 0.12, 0.02. Web safe color of #fa71dc is #ff66cc. Color #fa71dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110001 11011100
Octal 372 161 334
Decimal 250 113 220
Hex FA 71 DC

RGB Percentages of Color #fa71dc

%42.88
%19.38
%37.74

CMYK Percentages of Color #fa71dc

%0
%55
%12
%2

Triadic Colors of #fa71dc

#fa71dc #dcfa71 #71dcfa

Analogous Colors of #fa71dc

#fa71dc #fa7198 #d471fa

Monochromatic Colors of #fa71dc

#fa71dc

Complementary Color

#fa71dc #71fa8f

#fa71dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa71dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa71dc Color CSS Codes

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

#fa71dc Text Font Color

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

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


#fa71dc Background Color

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

This div background color is #fa71dc


#fa71dc Border Color

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

This div border color is #fa71dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa71dc


Comments

No comments written yet.

Please login to write comment.