Color Hex Logo

#fa525c Color Hex

#FA525C
(250,82,92)
0 Favorites   0 Comments

Color spaces of #fa525c

RGB 2508292
HSL0.990.940.65
HSV356°67°98°
CMYK 0.000.670.63   0.02
XYZ44.373427.131313.0233
Yxy27.13130.52500.3210
Hunter Lab52.087760.910221.6373
CIE-Lab59.095764.192430.9343

#fa525c color RGB value is (250,82,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 01011100
Octal 372 122 134
Decimal 250 82 92
Hex FA 52 5C

RGB Percentages of Color #fa525c

%58.96
%19.34
%21.70

CMYK Percentages of Color #fa525c

%0
%67
%63
%2

Triadic Colors of #fa525c

#fa525c #5cfa52 #525cfa

Analogous Colors of #fa525c

#fa525c #fa9c52 #fa52b0

Monochromatic Colors of #fa525c

#fa525c

Complementary Color

#fa525c #52faf0

#fa525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa525c Color CSS Codes

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

#fa525c Text Font Color

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

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


#fa525c Background Color

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

This div background color is #fa525c


#fa525c Border Color

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

This div border color is #fa525c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa525c


Comments

No comments written yet.

Please login to write comment.