Color Hex Logo

#fa61ba Color Hex

#FA61BA
(250,97,186)
0 Favorites   0 Comments

Color spaces of #fa61ba

RGB 25097186
HSL0.900.940.68
HSV325°61°98°
CMYK 0.000.610.26   0.02
XYZ52.562032.418649.9415
Yxy32.41860.38960.2403
Hunter Lab56.937365.1429-12.1490
CIE-Lab63.687466.9268-16.8481

#fa61ba color RGB value is (250,97,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100001 10111010
Octal 372 141 272
Decimal 250 97 186
Hex FA 61 BA

RGB Percentages of Color #fa61ba

%46.90
%18.20
%34.90

CMYK Percentages of Color #fa61ba

%0
%61
%26
%2

Triadic Colors of #fa61ba

#fa61ba #bafa61 #61bafa

Analogous Colors of #fa61ba

#fa61ba #fa616e #ee61fa

Monochromatic Colors of #fa61ba

#fa61ba

Complementary Color

#fa61ba #61faa1

#fa61ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa61ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa61ba Color CSS Codes

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

#fa61ba Text Font Color

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

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


#fa61ba Background Color

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

This div background color is #fa61ba


#fa61ba Border Color

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

This div border color is #fa61ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa61ba

Related Colors


Comments

No comments written yet.

Please login to write comment.