Color Hex Logo

#fc5497 Color Hex

#FC5497
(252,84,151)
0 Favorites   0 Comments

Color spaces of #fc5497

RGB 25284151
HSL0.930.970.66
HSV336°67°99°
CMYK 0.000.670.40   0.01
XYZ48.901129.270532.3505
Yxy29.27050.44250.2648
Hunter Lab54.102266.66102.4190
CIE-Lab61.019668.6673-0.6632

#fc5497 color RGB value is (252,84,151).

#fc5497 hex color red value is 252, green value is 84 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fc5497 hue: 0.93 , saturation: 0.97 and the lightness value of fc5497 is 0.66.

The process color (four color CMYK) of #fc5497 color hex is 0.00, 0.67, 0.40, 0.01. Web safe color of #fc5497 is #ff6699. Color #fc5497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010100 10010111
Octal 374 124 227
Decimal 252 84 151
Hex FC 54 97

RGB Percentages of Color #fc5497

%51.75
%17.25
%31.01

CMYK Percentages of Color #fc5497

%0
%67
%40
%1

Triadic Colors of #fc5497

#fc5497 #97fc54 #5497fc

Analogous Colors of #fc5497

#fc5497 #fc6554 #fc54eb

Monochromatic Colors of #fc5497

#fc5497

Complementary Color

#fc5497 #54fcb9

#fc5497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5497 Color CSS Codes

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

#fc5497 Text Font Color

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

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


#fc5497 Background Color

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

This div background color is #fc5497


#fc5497 Border Color

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

This div border color is #fc5497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5497


Comments

No comments written yet.

Please login to write comment.