Color Hex Logo

#fa87cc Color Hex

#FA87CC
(250,135,204)
0 Favorites   0 Comments

Color spaces of #fa87cc

RGB 250135204
HSL0.900.920.75
HSV324°46°98°
CMYK 0.000.460.18   0.02
XYZ58.987442.011662.1268
Yxy42.01160.36160.2575
Hunter Lab64.816449.0188-11.4583
CIE-Lab70.878952.0133-16.0922

#fa87cc color RGB value is (250,135,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 11001100
Octal 372 207 314
Decimal 250 135 204
Hex FA 87 CC

RGB Percentages of Color #fa87cc

%42.44
%22.92
%34.63

CMYK Percentages of Color #fa87cc

%0
%46
%18
%2

Triadic Colors of #fa87cc

#fa87cc #ccfa87 #87ccfa

Analogous Colors of #fa87cc

#fa87cc #fa8793 #ef87fa

Monochromatic Colors of #fa87cc

#fa87cc

Complementary Color

#fa87cc #87fab5

#fa87cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa87cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa87cc Color CSS Codes

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

#fa87cc Text Font Color

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

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


#fa87cc Background Color

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

This div background color is #fa87cc


#fa87cc Border Color

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

This div border color is #fa87cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa87cc


Comments

No comments written yet.

Please login to write comment.