Color Hex Logo

#fa13bf Color Hex

#FA13BF
(250,19,191)
0 Favorites   0 Comments

Color spaces of #fa13bf

RGB 25019191
HSL0.880.960.53
HSV315°92°98°
CMYK 0.000.920.24   0.02
XYZ49.061224.551351.4433
Yxy24.55130.39230.1963
Hunter Lab49.549390.0305-26.8719
CIE-Lab56.635688.0007-30.5371

#fa13bf color RGB value is (250,19,191).

#fa13bf hex color red value is 250, green value is 19 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fa13bf hue: 0.88 , saturation: 0.96 and the lightness value of fa13bf is 0.53.

The process color (four color CMYK) of #fa13bf color hex is 0.00, 0.92, 0.24, 0.02. Web safe color of #fa13bf is #ff00cc. Color #fa13bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010011 10111111
Octal 372 23 277
Decimal 250 19 191
Hex FA 13 BF

RGB Percentages of Color #fa13bf

%54.35
%4.13
%41.52

CMYK Percentages of Color #fa13bf

%0
%92
%24
%2

Triadic Colors of #fa13bf

#fa13bf #bffa13 #13bffa

Analogous Colors of #fa13bf

#fa13bf #fa134b #c213fa

Monochromatic Colors of #fa13bf

#fa13bf

Complementary Color

#fa13bf #13fa4e

#fa13bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa13bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa13bf Color CSS Codes

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

#fa13bf Text Font Color

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

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


#fa13bf Background Color

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

This div background color is #fa13bf


#fa13bf Border Color

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

This div border color is #fa13bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa13bf


Comments

No comments written yet.

Please login to write comment.