Color Hex Logo

#fa39bb Color Hex

#FA39BB
(250,57,187)
0 Favorites   0 Comments

Color spaces of #fa39bb

RGB 25057187
HSL0.890.950.60
HSV320°77°98°
CMYK 0.000.770.25   0.02
XYZ49.857126.838149.5662
Yxy26.83810.39490.2126
Hunter Lab51.805581.1270-20.4633
CIE-Lab58.824280.7244-24.8455

#fa39bb color RGB value is (250,57,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111001 10111011
Octal 372 71 273
Decimal 250 57 187
Hex FA 39 BB

RGB Percentages of Color #fa39bb

%50.61
%11.54
%37.85

CMYK Percentages of Color #fa39bb

%0
%77
%25
%2

Triadic Colors of #fa39bb

#fa39bb #bbfa39 #39bbfa

Analogous Colors of #fa39bb

#fa39bb #fa395a #d939fa

Monochromatic Colors of #fa39bb

#fa39bb

Complementary Color

#fa39bb #39fa78

#fa39bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa39bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa39bb Color CSS Codes

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

#fa39bb Text Font Color

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

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


#fa39bb Background Color

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

This div background color is #fa39bb


#fa39bb Border Color

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

This div border color is #fa39bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa39bb


Comments

No comments written yet.

Please login to write comment.