Color Hex Logo

#fa6bba Color Hex

#FA6BBA
(250,107,186)
0 Favorites   0 Comments

Color spaces of #fa6bba

RGB 250107186
HSL0.910.930.70
HSV327°57°98°
CMYK 0.000.570.26   0.02
XYZ53.545034.384650.2691
Yxy34.38460.38740.2488
Hunter Lab58.638460.3782-9.7808
CIE-Lab65.266762.6619-14.4616

#fa6bba color RGB value is (250,107,186).

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

The process color (four color CMYK) of #fa6bba color hex is 0.00, 0.57, 0.26, 0.02. Web safe color of #fa6bba is #ff66cc. Color #fa6bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101011 10111010
Octal 372 153 272
Decimal 250 107 186
Hex FA 6B BA

RGB Percentages of Color #fa6bba

%46.04
%19.71
%34.25

CMYK Percentages of Color #fa6bba

%0
%57
%26
%2

Triadic Colors of #fa6bba

#fa6bba #bafa6b #6bbafa

Analogous Colors of #fa6bba

#fa6bba #fa6b73 #f36bfa

Monochromatic Colors of #fa6bba

#fa6bba

Complementary Color

#fa6bba #6bfaab

#fa6bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6bba Color CSS Codes

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

#fa6bba Text Font Color

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

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


#fa6bba Background Color

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

This div background color is #fa6bba


#fa6bba Border Color

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

This div border color is #fa6bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6bba

Related Colors


Comments

No comments written yet.

Please login to write comment.