Color Hex Logo

#fa53bf Color Hex

#FA53BF
(250,83,191)
0 Favorites   0 Comments

Color spaces of #fa53bf

RGB 25083191
HSL0.890.940.65
HSV321°67°98°
CMYK 0.000.670.24   0.02
XYZ51.921630.272152.3967
Yxy30.27210.38580.2249
Hunter Lab55.020172.1625-17.9490
CIE-Lab61.888373.0078-22.4371

#fa53bf color RGB value is (250,83,191).

#fa53bf hex color red value is 250, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fa53bf hue: 0.89 , saturation: 0.94 and the lightness value of fa53bf is 0.65.

The process color (four color CMYK) of #fa53bf color hex is 0.00, 0.67, 0.24, 0.02. Web safe color of #fa53bf is #ff66cc. Color #fa53bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010011 10111111
Octal 372 123 277
Decimal 250 83 191
Hex FA 53 BF

RGB Percentages of Color #fa53bf

%47.71
%15.84
%36.45

CMYK Percentages of Color #fa53bf

%0
%67
%24
%2

Triadic Colors of #fa53bf

#fa53bf #bffa53 #53bffa

Analogous Colors of #fa53bf

#fa53bf #fa536c #e253fa

Monochromatic Colors of #fa53bf

#fa53bf

Complementary Color

#fa53bf #53fa8e

#fa53bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa53bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa53bf Color CSS Codes

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

#fa53bf Text Font Color

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

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


#fa53bf Background Color

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

This div background color is #fa53bf


#fa53bf Border Color

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

This div border color is #fa53bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa53bf


Comments

No comments written yet.

Please login to write comment.