Color Hex Logo

#fc548a Color Hex

#FC548A
(252,84,138)
0 Favorites   0 Comments

Color spaces of #fc548a

RGB 25284138
HSL0.950.970.66
HSV341°67°99°
CMYK 0.000.670.45   0.01
XYZ47.902728.871127.0927
Yxy28.87110.46120.2780
Hunter Lab53.731865.10467.7170
CIE-Lab60.667767.43886.3915

#fc548a color RGB value is (252,84,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010100 10001010
Octal 374 124 212
Decimal 252 84 138
Hex FC 54 8A

RGB Percentages of Color #fc548a

%53.16
%17.72
%29.11

CMYK Percentages of Color #fc548a

%0
%67
%45
%1

Triadic Colors of #fc548a

#fc548a #8afc54 #548afc

Analogous Colors of #fc548a

#fc548a #fc7254 #fc54de

Monochromatic Colors of #fc548a

#fc548a

Complementary Color

#fc548a #54fcc6

#fc548a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc548a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc548a Color CSS Codes

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

#fc548a Text Font Color

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

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


#fc548a Background Color

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

This div background color is #fc548a


#fc548a Border Color

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

This div border color is #fc548a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc548a

Related Colors


Comments

No comments written yet.

Please login to write comment.