Color Hex Logo

#fa37bb Color Hex

#FA37BB
(250,55,187)
0 Favorites   0 Comments

Color spaces of #fa37bb

RGB 25055187
HSL0.890.950.60
HSV319°78°98°
CMYK 0.000.780.25   0.02
XYZ49.760226.644249.5339
Yxy26.64420.39510.2116
Hunter Lab51.618081.7439-20.7635
CIE-Lab58.643581.2416-25.1235

#fa37bb color RGB value is (250,55,187).

#fa37bb hex color red value is 250, green value is 55 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fa37bb hue: 0.89 , saturation: 0.95 and the lightness value of fa37bb is 0.60.

The process color (four color CMYK) of #fa37bb color hex is 0.00, 0.78, 0.25, 0.02. Web safe color of #fa37bb is #ff33cc. Color #fa37bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110111 10111011
Octal 372 67 273
Decimal 250 55 187
Hex FA 37 BB

RGB Percentages of Color #fa37bb

%50.81
%11.18
%38.01

CMYK Percentages of Color #fa37bb

%0
%78
%25
%2

Triadic Colors of #fa37bb

#fa37bb #bbfa37 #37bbfa

Analogous Colors of #fa37bb

#fa37bb #fa3759 #d837fa

Monochromatic Colors of #fa37bb

#fa37bb

Complementary Color

#fa37bb #37fa76

#fa37bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa37bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa37bb Color CSS Codes

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

#fa37bb Text Font Color

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

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


#fa37bb Background Color

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

This div background color is #fa37bb


#fa37bb Border Color

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

This div border color is #fa37bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa37bb


Comments

No comments written yet.

Please login to write comment.