Color Hex Logo

#fc548e Color Hex

#FC548E
(252,84,142)
0 Favorites   0 Comments

Color spaces of #fc548e

RGB 25284142
HSL0.940.970.66
HSV339°67°99°
CMYK 0.000.670.44   0.01
XYZ48.197728.989128.6463
Yxy28.98910.45540.2739
Hunter Lab53.841565.56646.1439
CIE-Lab60.772067.80434.2113

#fc548e color RGB value is (252,84,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010100 10001110
Octal 374 124 216
Decimal 252 84 142
Hex FC 54 8E

RGB Percentages of Color #fc548e

%52.72
%17.57
%29.71

CMYK Percentages of Color #fc548e

%0
%67
%44
%1

Triadic Colors of #fc548e

#fc548e #8efc54 #548efc

Analogous Colors of #fc548e

#fc548e #fc6e54 #fc54e2

Monochromatic Colors of #fc548e

#fc548e

Complementary Color

#fc548e #54fcc2

#fc548e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc548e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc548e Color CSS Codes

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

#fc548e Text Font Color

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

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


#fc548e Background Color

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

This div background color is #fc548e


#fc548e Border Color

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

This div border color is #fc548e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc548e

#fc548e Color Palettes


Comments

No comments written yet.

Please login to write comment.