Color Hex Logo

#fa7cbb Color Hex

#FA7CBB
(250,124,187)
0 Favorites   0 Comments

Color spaces of #fa7cbb

RGB 250124187
HSL0.920.930.73
HSV330°50°98°
CMYK 0.000.500.25   0.02
XYZ55.601638.327251.4811
Yxy38.32720.38240.2636
Hunter Lab61.909051.9735-5.9670
CIE-Lab68.261154.9758-10.5313

#fa7cbb color RGB value is (250,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111100 10111011
Octal 372 174 273
Decimal 250 124 187
Hex FA 7C BB

RGB Percentages of Color #fa7cbb

%44.56
%22.10
%33.33

CMYK Percentages of Color #fa7cbb

%0
%50
%25
%2

Triadic Colors of #fa7cbb

#fa7cbb #bbfa7c #7cbbfa

Analogous Colors of #fa7cbb

#fa7cbb #fa7c7c #fa7cfa

Monochromatic Colors of #fa7cbb

#fa7cbb

Complementary Color

#fa7cbb #7cfabb

#fa7cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7cbb Color CSS Codes

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

#fa7cbb Text Font Color

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

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


#fa7cbb Background Color

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

This div background color is #fa7cbb


#fa7cbb Border Color

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

This div border color is #fa7cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7cbb


Comments

No comments written yet.

Please login to write comment.