Color Hex Logo

#fa64bb Color Hex

#FA64BB
(250,100,187)
0 Favorites   0 Comments

Color spaces of #fa64bb

RGB 250100187
HSL0.900.940.69
HSV325°60°98°
CMYK 0.000.600.25   0.02
XYZ52.951233.026250.5976
Yxy33.02620.38770.2418
Hunter Lab57.468463.8995-11.9735
CIE-Lab64.182165.8046-16.6675

#fa64bb color RGB value is (250,100,187).

#fa64bb hex color red value is 250, green value is 100 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fa64bb hue: 0.90 , saturation: 0.94 and the lightness value of fa64bb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 10111011
Octal 372 144 273
Decimal 250 100 187
Hex FA 64 BB

RGB Percentages of Color #fa64bb

%46.55
%18.62
%34.82

CMYK Percentages of Color #fa64bb

%0
%60
%25
%2

Triadic Colors of #fa64bb

#fa64bb #bbfa64 #64bbfa

Analogous Colors of #fa64bb

#fa64bb #fa6470 #ee64fa

Monochromatic Colors of #fa64bb

#fa64bb

Complementary Color

#fa64bb #64faa3

#fa64bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa64bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa64bb Color CSS Codes

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

#fa64bb Text Font Color

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

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


#fa64bb Background Color

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

This div background color is #fa64bb


#fa64bb Border Color

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

This div border color is #fa64bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa64bb


Comments

No comments written yet.

Please login to write comment.