Color Hex Logo

#fa7bbb Color Hex

#FA7BBB
(250,123,187)
0 Favorites   0 Comments

Color spaces of #fa7bbb

RGB 250123187
HSL0.920.930.73
HSV330°51°98°
CMYK 0.000.510.25   0.02
XYZ55.476938.077851.4395
Yxy38.07780.38260.2626
Hunter Lab61.707252.4900-6.2294
CIE-Lab68.077955.4524-10.8051

#fa7bbb color RGB value is (250,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 10111011
Octal 372 173 273
Decimal 250 123 187
Hex FA 7B BB

RGB Percentages of Color #fa7bbb

%44.64
%21.96
%33.39

CMYK Percentages of Color #fa7bbb

%0
%51
%25
%2

Triadic Colors of #fa7bbb

#fa7bbb #bbfa7b #7bbbfa

Analogous Colors of #fa7bbb

#fa7bbb #fa7b7c #fa7bfa

Monochromatic Colors of #fa7bbb

#fa7bbb

Complementary Color

#fa7bbb #7bfaba

#fa7bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7bbb Color CSS Codes

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

#fa7bbb Text Font Color

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

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


#fa7bbb Background Color

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

This div background color is #fa7bbb


#fa7bbb Border Color

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

This div border color is #fa7bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7bbb

Related Colors


Comments

No comments written yet.

Please login to write comment.