Color Hex Logo

#fc546a Color Hex

#FC546A
(252,84,106)
0 Favorites   0 Comments

Color spaces of #fc546a

RGB 25284106
HSL0.980.970.66
HSV352°67°99°
CMYK 0.000.670.58   0.01
XYZ45.916728.076716.6349
Yxy28.07670.50660.3098
Hunter Lab52.987561.952618.4777
CIE-Lab59.958064.921324.0442

#fc546a color RGB value is (252,84,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010100 01101010
Octal 374 124 152
Decimal 252 84 106
Hex FC 54 6A

RGB Percentages of Color #fc546a

%57.01
%19.00
%23.98

CMYK Percentages of Color #fc546a

%0
%67
%58
%1

Triadic Colors of #fc546a

#fc546a #6afc54 #546afc

Analogous Colors of #fc546a

#fc546a #fc9254 #fc54be

Monochromatic Colors of #fc546a

#fc546a

Complementary Color

#fc546a #54fce6

#fc546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc546a Color CSS Codes

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

#fc546a Text Font Color

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

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


#fc546a Background Color

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

This div background color is #fc546a


#fc546a Border Color

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

This div border color is #fc546a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc546a


Comments

No comments written yet.

Please login to write comment.