Color Hex Logo

#fc514c Color Hex

#FC514C
(252,81,76)
0 Favorites   0 Comments

Color spaces of #fc514c

RGB 2528176
HSL0.000.970.64
HSV70°99°
CMYK 0.000.680.70   0.01
XYZ44.391827.10219.7290
Yxy27.10210.54650.3337
Hunter Lab52.059761.104325.3616
CIE-Lab59.068764.362240.0161

#fc514c color RGB value is (252,81,76).

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

The process color (four color CMYK) of #fc514c color hex is 0.00, 0.68, 0.70, 0.01. Web safe color of #fc514c is #ff6633. Color #fc514c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 01001100
Octal 374 121 114
Decimal 252 81 76
Hex FC 51 4C

RGB Percentages of Color #fc514c

%61.61
%19.80
%18.58

CMYK Percentages of Color #fc514c

%0
%68
%70
%1

Triadic Colors of #fc514c

#fc514c #4cfc51 #514cfc

Analogous Colors of #fc514c

#fc514c #fca94c #fc4c9f

Monochromatic Colors of #fc514c

#fc514c

Complementary Color

#fc514c #4cf7fc

#fc514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc514c Color CSS Codes

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

#fc514c Text Font Color

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

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


#fc514c Background Color

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

This div background color is #fc514c


#fc514c Border Color

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

This div border color is #fc514c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc514c


Comments

No comments written yet.

Please login to write comment.