Color Hex Logo

#fa527c Color Hex

#FA527C
(250,82,124)
0 Favorites   0 Comments

Color spaces of #fa527c

RGB 25082124
HSL0.960.940.65
HSV345°67°98°
CMYK 0.000.670.50   0.02
XYZ46.079727.813822.0087
Yxy27.81380.48050.2900
Hunter Lab52.738863.668712.1745
CIE-Lab59.720166.410113.1772

#fa527c color RGB value is (250,82,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 01111100
Octal 372 122 174
Decimal 250 82 124
Hex FA 52 7C

RGB Percentages of Color #fa527c

%54.82
%17.98
%27.19

CMYK Percentages of Color #fa527c

%0
%67
%50
%2

Triadic Colors of #fa527c

#fa527c #7cfa52 #527cfa

Analogous Colors of #fa527c

#fa527c #fa7c52 #fa52d0

Monochromatic Colors of #fa527c

#fa527c

Complementary Color

#fa527c #52fad0

#fa527c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa527c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa527c Color CSS Codes

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

#fa527c Text Font Color

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

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


#fa527c Background Color

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

This div background color is #fa527c


#fa527c Border Color

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

This div border color is #fa527c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa527c


Comments

No comments written yet.

Please login to write comment.