Color Hex Logo

#fc474d Color Hex

#FC474D
(252,71,77)
0 Favorites   0 Comments

Color spaces of #fc474d

RGB 2527177
HSL0.990.970.63
HSV358°72°99°
CMYK 0.000.720.69   0.01
XYZ43.737725.73779.6838
Yxy25.73770.55250.3251
Hunter Lab50.732365.108024.1953
CIE-Lab57.787267.971037.9453

#fc474d color RGB value is (252,71,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000111 01001101
Octal 374 107 115
Decimal 252 71 77
Hex FC 47 4D

RGB Percentages of Color #fc474d

%63.00
%17.75
%19.25

CMYK Percentages of Color #fc474d

%0
%72
%69
%1

Triadic Colors of #fc474d

#fc474d #4dfc47 #474dfc

Analogous Colors of #fc474d

#fc474d #fc9c47 #fc47a8

Monochromatic Colors of #fc474d

#fc474d

Complementary Color

#fc474d #47fcf6

#fc474d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc474d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc474d Color CSS Codes

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

#fc474d Text Font Color

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

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


#fc474d Background Color

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

This div background color is #fc474d


#fc474d Border Color

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

This div border color is #fc474d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc474d


Comments

No comments written yet.

Please login to write comment.