Color Hex Logo

#fa536f Color Hex

#FA536F
(250,83,111)
0 Favorites   0 Comments

Color spaces of #fa536f

RGB 25083111
HSL0.970.940.65
HSV350°67°98°
CMYK 0.000.670.56   0.02
XYZ45.386827.658217.9853
Yxy27.65820.49860.3038
Hunter Lab52.591162.013616.5375
CIE-Lab59.578765.041120.5720

#fa536f color RGB value is (250,83,111).

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

The process color (four color CMYK) of #fa536f color hex is 0.00, 0.67, 0.56, 0.02. Web safe color of #fa536f is #ff6666. Color #fa536f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010011 01101111
Octal 372 123 157
Decimal 250 83 111
Hex FA 53 6F

RGB Percentages of Color #fa536f

%56.31
%18.69
%25.00

CMYK Percentages of Color #fa536f

%0
%67
%56
%2

Triadic Colors of #fa536f

#fa536f #6ffa53 #536ffa

Analogous Colors of #fa536f

#fa536f #fa8b53 #fa53c3

Monochromatic Colors of #fa536f

#fa536f

Complementary Color

#fa536f #53fade

#fa536f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa536f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa536f Color CSS Codes

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

#fa536f Text Font Color

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

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


#fa536f Background Color

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

This div background color is #fa536f


#fa536f Border Color

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

This div border color is #fa536f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa536f


Comments

No comments written yet.

Please login to write comment.