Color Hex Logo

#fc5498 Color Hex

#FC5498
(252,84,152)
0 Favorites   0 Comments

Color spaces of #fc5498

RGB 25284152
HSL0.930.970.66
HSV336°67°99°
CMYK 0.000.670.40   0.01
XYZ48.982729.303132.7802
Yxy29.30310.44100.2638
Hunter Lab54.132366.78761.9892
CIE-Lab61.048268.7668-1.2022

#fc5498 color RGB value is (252,84,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010100 10011000
Octal 374 124 230
Decimal 252 84 152
Hex FC 54 98

RGB Percentages of Color #fc5498

%51.64
%17.21
%31.15

CMYK Percentages of Color #fc5498

%0
%67
%40
%1

Triadic Colors of #fc5498

#fc5498 #98fc54 #5498fc

Analogous Colors of #fc5498

#fc5498 #fc6454 #fc54ec

Monochromatic Colors of #fc5498

#fc5498

Complementary Color

#fc5498 #54fcb8

#fc5498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5498 Color CSS Codes

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

#fc5498 Text Font Color

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

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


#fc5498 Background Color

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

This div background color is #fc5498


#fc5498 Border Color

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

This div border color is #fc5498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5498


Comments

No comments written yet.

Please login to write comment.