Color Hex Logo

#fc546e Color Hex

#FC546E
(252,84,110)
0 Favorites   0 Comments

Color spaces of #fc546e

RGB 25284110
HSL0.970.970.66
HSV351°67°99°
CMYK 0.000.670.56   0.01
XYZ46.129728.161917.7563
Yxy28.16190.50110.3059
Hunter Lab53.067862.294317.3092
CIE-Lab60.034765.196121.8261

#fc546e color RGB value is (252,84,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010100 01101110
Octal 374 124 156
Decimal 252 84 110
Hex FC 54 6E

RGB Percentages of Color #fc546e

%56.50
%18.83
%24.66

CMYK Percentages of Color #fc546e

%0
%67
%56
%1

Triadic Colors of #fc546e

#fc546e #6efc54 #546efc

Analogous Colors of #fc546e

#fc546e #fc8e54 #fc54c2

Monochromatic Colors of #fc546e

#fc546e

Complementary Color

#fc546e #54fce2

#fc546e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc546e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc546e Color CSS Codes

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

#fc546e Text Font Color

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

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


#fc546e Background Color

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

This div background color is #fc546e


#fc546e Border Color

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

This div border color is #fc546e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc546e

Related Colors


Comments

No comments written yet.

Please login to write comment.