Color Hex Logo

#fa78ad Color Hex

#FA78AD
(250,120,173)
0 Favorites   0 Comments

Color spaces of #fa78ad

RGB 250120173
HSL0.930.930.73
HSV336°52°98°
CMYK 0.000.520.31   0.02
XYZ53.683636.774143.8038
Yxy36.77410.39980.2739
Hunter Lab60.641751.8959-0.3783
CIE-Lab67.107255.0847-4.3551

#fa78ad color RGB value is (250,120,173).

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

The process color (four color CMYK) of #fa78ad color hex is 0.00, 0.52, 0.31, 0.02. Web safe color of #fa78ad is #ff6699. Color #fa78ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111000 10101101
Octal 372 170 255
Decimal 250 120 173
Hex FA 78 AD

RGB Percentages of Color #fa78ad

%46.04
%22.10
%31.86

CMYK Percentages of Color #fa78ad

%0
%52
%31
%2

Triadic Colors of #fa78ad

#fa78ad #adfa78 #78adfa

Analogous Colors of #fa78ad

#fa78ad #fa8478 #fa78ee

Monochromatic Colors of #fa78ad

#fa78ad

Complementary Color

#fa78ad #78fac5

#fa78ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa78ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa78ad Color CSS Codes

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

#fa78ad Text Font Color

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

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


#fa78ad Background Color

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

This div background color is #fa78ad


#fa78ad Border Color

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

This div border color is #fa78ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa78ad


Comments

No comments written yet.

Please login to write comment.