Color Hex Logo

#fc484e Color Hex

#FC484E
(252,72,78)
0 Favorites   0 Comments

Color spaces of #fc484e

RGB 2527278
HSL0.990.970.64
HSV358°71°99°
CMYK 0.000.710.69   0.01
XYZ43.837425.88029.8926
Yxy25.88020.55070.3251
Hunter Lab50.872664.788224.0814
CIE-Lab57.923267.678237.5426

#fc484e color RGB value is (252,72,78).

#fc484e hex color red value is 252, green value is 72 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fc484e hue: 0.99 , saturation: 0.97 and the lightness value of fc484e is 0.64.

The process color (four color CMYK) of #fc484e color hex is 0.00, 0.71, 0.69, 0.01. Web safe color of #fc484e is #ff3366. Color #fc484e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 01001110
Octal 374 110 116
Decimal 252 72 78
Hex FC 48 4E

RGB Percentages of Color #fc484e

%62.69
%17.91
%19.40

CMYK Percentages of Color #fc484e

%0
%71
%69
%1

Triadic Colors of #fc484e

#fc484e #4efc48 #484efc

Analogous Colors of #fc484e

#fc484e #fc9c48 #fc48a8

Monochromatic Colors of #fc484e

#fc484e

Complementary Color

#fc484e #48fcf6

#fc484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc484e Color CSS Codes

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

#fc484e Text Font Color

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

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


#fc484e Background Color

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

This div background color is #fc484e


#fc484e Border Color

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

This div border color is #fc484e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc484e


Comments

No comments written yet.

Please login to write comment.