Color Hex Logo

#fc527f Color Hex

#FC527F
(252,82,127)
0 Favorites   0 Comments

Color spaces of #fc527f

RGB 25282127
HSL0.960.970.65
HSV344°67°99°
CMYK 0.000.670.50   0.01
XYZ46.992928.262323.0570
Yxy28.26230.47800.2875
Hunter Lab53.162364.751311.4990
CIE-Lab60.125067.242912.0404

#fc527f color RGB value is (252,82,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010010 01111111
Octal 374 122 177
Decimal 252 82 127
Hex FC 52 7F

RGB Percentages of Color #fc527f

%54.66
%17.79
%27.55

CMYK Percentages of Color #fc527f

%0
%67
%50
%1

Triadic Colors of #fc527f

#fc527f #7ffc52 #527ffc

Analogous Colors of #fc527f

#fc527f #fc7a52 #fc52d4

Monochromatic Colors of #fc527f

#fc527f

Complementary Color

#fc527f #52fccf

#fc527f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc527f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc527f Color CSS Codes

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

#fc527f Text Font Color

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

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


#fc527f Background Color

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

This div background color is #fc527f


#fc527f Border Color

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

This div border color is #fc527f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc527f


Comments

No comments written yet.

Please login to write comment.