Color Hex Logo

#fa71cc Color Hex

#FA71CC
(250,113,204)
0 Favorites   0 Comments

Color spaces of #fa71cc

RGB 250113204
HSL0.890.930.71
HSV320°55°98°
CMYK 0.000.550.18   0.02
XYZ56.228636.493961.2072
Yxy36.49390.36530.2371
Hunter Lab60.410260.4264-17.7851
CIE-Lab66.895662.4275-22.1374

#fa71cc color RGB value is (250,113,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110001 11001100
Octal 372 161 314
Decimal 250 113 204
Hex FA 71 CC

RGB Percentages of Color #fa71cc

%44.09
%19.93
%35.98

CMYK Percentages of Color #fa71cc

%0
%55
%18
%2

Triadic Colors of #fa71cc

#fa71cc #ccfa71 #71ccfa

Analogous Colors of #fa71cc

#fa71cc #fa7188 #e471fa

Monochromatic Colors of #fa71cc

#fa71cc

Complementary Color

#fa71cc #71fa9f

#fa71cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa71cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa71cc Color CSS Codes

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

#fa71cc Text Font Color

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

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


#fa71cc Background Color

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

This div background color is #fa71cc


#fa71cc Border Color

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

This div border color is #fa71cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa71cc

Related Colors


Comments

No comments written yet.

Please login to write comment.