Color Hex Logo

#fa67bb Color Hex

#FA67BB
(250,103,187)
0 Favorites   0 Comments

Color spaces of #fa67bb

RGB 250103187
HSL0.900.940.69
HSV326°59°98°
CMYK 0.000.590.25   0.02
XYZ53.244233.612350.6953
Yxy33.61230.38710.2444
Hunter Lab57.976162.4729-11.2609
CIE-Lab64.653764.5296-15.9542

#fa67bb color RGB value is (250,103,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100111 10111011
Octal 372 147 273
Decimal 250 103 187
Hex FA 67 BB

RGB Percentages of Color #fa67bb

%46.30
%19.07
%34.63

CMYK Percentages of Color #fa67bb

%0
%59
%25
%2

Triadic Colors of #fa67bb

#fa67bb #bbfa67 #67bbfa

Analogous Colors of #fa67bb

#fa67bb #fa6772 #f067fa

Monochromatic Colors of #fa67bb

#fa67bb

Complementary Color

#fa67bb #67faa6

#fa67bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa67bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa67bb Color CSS Codes

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

#fa67bb Text Font Color

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

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


#fa67bb Background Color

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

This div background color is #fa67bb


#fa67bb Border Color

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

This div border color is #fa67bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa67bb


Comments

No comments written yet.

Please login to write comment.