color codes Logo

#fa84cc color codes

#FA84CC
(250,132,204)
0 Favorites   0 Comments

Color spaces of #fa84cc

RGB 250132204
HSL0.900.920.75
HSV323°47°98°
CMYK 0.000.470.18   0.02
XYZ58.574741.186261.9892
Yxy41.18620.36210.2546
Hunter Lab64.176550.6104-12.3457
CIE-Lab70.306253.4850-16.9571

#fa84cc color RGB value is (250,132,204).

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

The process color (four color CMYK) of #fa84cc color code is 0.00, 0.47, 0.18, 0.02. Web safe color of #fa84cc is #ff99cc. Color #fa84cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 11001100
Octal 372 204 314
Decimal 250 132 204
Hex FA 84 CC

RGB Percentages of Color #fa84cc

%42.66
%22.53
%34.81

CMYK Percentages of Color #fa84cc

%0
%47
%18
%2

Triadic Colors of #fa84cc

#fa84cc #ccfa84 #84ccfa

Analogous Colors of #fa84cc

#fa84cc #fa8491 #ed84fa

Monochromatic Colors of #fa84cc

#fa84cc

Complementary Color

#fa84cc #84fab2

#fa84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa84cc Color CSS Codes

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

#fa84cc Text Font Color

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

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


#fa84cc Background Color

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

This div background color is #fa84cc


#fa84cc Border Color

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

This div border color is #fa84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa84cc

Related Colors


Comments

No comments written yet.

Please login to write comment.