Color Hex Logo

#fa7bbc Color Hex

#FA7BBC
(250,123,188)
0 Favorites   0 Comments

Color spaces of #fa7bbc

RGB 250123188
HSL0.910.930.73
HSV329°51°98°
CMYK 0.000.510.25   0.02
XYZ55.584438.120852.0054
Yxy38.12080.38150.2616
Hunter Lab61.742052.6493-6.7206
CIE-Lab68.109655.5858-11.3197

#fa7bbc color RGB value is (250,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 10111100
Octal 372 173 274
Decimal 250 123 188
Hex FA 7B BC

RGB Percentages of Color #fa7bbc

%44.56
%21.93
%33.51

CMYK Percentages of Color #fa7bbc

%0
%51
%25
%2

Triadic Colors of #fa7bbc

#fa7bbc #bcfa7b #7bbcfa

Analogous Colors of #fa7bbc

#fa7bbc #fa7b7d #f97bfa

Monochromatic Colors of #fa7bbc

#fa7bbc

Complementary Color

#fa7bbc #7bfab9

#fa7bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7bbc Color CSS Codes

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

#fa7bbc Text Font Color

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

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


#fa7bbc Background Color

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

This div background color is #fa7bbc


#fa7bbc Border Color

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

This div border color is #fa7bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7bbc

Related Colors


Comments

No comments written yet.

Please login to write comment.