Color Hex Logo

#fa78ba Color Hex

#FA78BA
(250,120,186)
0 Favorites   0 Comments

Color spaces of #fa78ba

RGB 250120186
HSL0.920.930.73
HSV330°52°98°
CMYK 0.000.520.26   0.02
XYZ55.003737.302150.7554
Yxy37.30210.38450.2607
Hunter Lab61.075453.8726-6.5188
CIE-Lab67.503156.7388-11.1026

#fa78ba color RGB value is (250,120,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111000 10111010
Octal 372 170 272
Decimal 250 120 186
Hex FA 78 BA

RGB Percentages of Color #fa78ba

%44.96
%21.58
%33.45

CMYK Percentages of Color #fa78ba

%0
%52
%26
%2

Triadic Colors of #fa78ba

#fa78ba #bafa78 #78bafa

Analogous Colors of #fa78ba

#fa78ba #fa7879 #f978fa

Monochromatic Colors of #fa78ba

#fa78ba

Complementary Color

#fa78ba #78fab8

#fa78ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa78ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa78ba Color CSS Codes

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

#fa78ba Text Font Color

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

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


#fa78ba Background Color

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

This div background color is #fa78ba


#fa78ba Border Color

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

This div border color is #fa78ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa78ba

Related Colors


Comments

No comments written yet.

Please login to write comment.