Color Hex Logo

#fa7fba Color Hex

#FA7FBA
(250,127,186)
0 Favorites   0 Comments

Color spaces of #fa7fba

RGB 250127186
HSL0.920.920.74
HSV331°49°98°
CMYK 0.000.490.26   0.02
XYZ55.876639.047951.0464
Yxy39.04790.38280.2675
Hunter Lab62.488350.2588-4.6919
CIE-Lab68.785953.4017-9.1866

#fa7fba color RGB value is (250,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111111 10111010
Octal 372 177 272
Decimal 250 127 186
Hex FA 7F BA

RGB Percentages of Color #fa7fba

%44.40
%22.56
%33.04

CMYK Percentages of Color #fa7fba

%0
%49
%26
%2

Triadic Colors of #fa7fba

#fa7fba #bafa7f #7fbafa

Analogous Colors of #fa7fba

#fa7fba #fa827f #fa7ff8

Monochromatic Colors of #fa7fba

#fa7fba

Complementary Color

#fa7fba #7ffabf

#fa7fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7fba Color CSS Codes

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

#fa7fba Text Font Color

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

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


#fa7fba Background Color

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

This div background color is #fa7fba


#fa7fba Border Color

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

This div border color is #fa7fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7fba


Comments

No comments written yet.

Please login to write comment.