Color Hex Logo

#fa78bb Color Hex

#FA78BB
(250,120,187)
0 Favorites   0 Comments

Color spaces of #fa78bb

RGB 250120187
HSL0.910.930.73
HSV329°52°98°
CMYK 0.000.520.25   0.02
XYZ55.110537.344851.3173
Yxy37.34480.38330.2597
Hunter Lab61.110454.0315-7.0114
CIE-Lab67.534956.8710-11.6179

#fa78bb color RGB value is (250,120,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111000 10111011
Octal 372 170 273
Decimal 250 120 187
Hex FA 78 BB

RGB Percentages of Color #fa78bb

%44.88
%21.54
%33.57

CMYK Percentages of Color #fa78bb

%0
%52
%25
%2

Triadic Colors of #fa78bb

#fa78bb #bbfa78 #78bbfa

Analogous Colors of #fa78bb

#fa78bb #fa787a #f878fa

Monochromatic Colors of #fa78bb

#fa78bb

Complementary Color

#fa78bb #78fab7

#fa78bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa78bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa78bb Color CSS Codes

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

#fa78bb Text Font Color

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

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


#fa78bb Background Color

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

This div background color is #fa78bb


#fa78bb Border Color

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

This div border color is #fa78bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa78bb


Comments

No comments written yet.

Please login to write comment.