Color Hex Logo

#fa78cc Color Hex

#FA78CC
(250,120,204)
0 Favorites   0 Comments

Color spaces of #fa78cc

RGB 250120204
HSL0.890.930.73
HSV321°52°98°
CMYK 0.000.520.18   0.02
XYZ57.039938.116661.4776
Yxy38.11660.36420.2433
Hunter Lab61.738656.8723-15.8223
CIE-Lab68.106559.2173-20.2924

#fa78cc color RGB value is (250,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111000 11001100
Octal 372 170 314
Decimal 250 120 204
Hex FA 78 CC

RGB Percentages of Color #fa78cc

%43.55
%20.91
%35.54

CMYK Percentages of Color #fa78cc

%0
%52
%18
%2

Triadic Colors of #fa78cc

#fa78cc #ccfa78 #78ccfa

Analogous Colors of #fa78cc

#fa78cc #fa788b #e778fa

Monochromatic Colors of #fa78cc

#fa78cc

Complementary Color

#fa78cc #78faa6

#fa78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa78cc Color CSS Codes

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

#fa78cc Text Font Color

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

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


#fa78cc Background Color

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

This div background color is #fa78cc


#fa78cc Border Color

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

This div border color is #fa78cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa78cc


Comments

No comments written yet.

Please login to write comment.