Color Hex Logo

#fc505c Color Hex

#FC505C
(252,80,92)
0 Favorites   0 Comments

Color spaces of #fc505c

RGB 2528092
HSL0.990.970.65
HSV356°68°99°
CMYK 0.000.680.63   0.01
XYZ44.945327.205513.0075
Yxy27.20550.52780.3195
Hunter Lab52.158962.535321.7254
CIE-Lab59.164165.556931.0921

#fc505c color RGB value is (252,80,92).

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

The process color (four color CMYK) of #fc505c color hex is 0.00, 0.68, 0.63, 0.01. Web safe color of #fc505c is #ff6666. Color #fc505c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 01011100
Octal 374 120 134
Decimal 252 80 92
Hex FC 50 5C

RGB Percentages of Color #fc505c

%59.43
%18.87
%21.70

CMYK Percentages of Color #fc505c

%0
%68
%63
%1

Triadic Colors of #fc505c

#fc505c #5cfc50 #505cfc

Analogous Colors of #fc505c

#fc505c #fc9a50 #fc50b2

Monochromatic Colors of #fc505c

#fc505c

Complementary Color

#fc505c #50fcf0

#fc505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc505c Color CSS Codes

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

#fc505c Text Font Color

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

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


#fc505c Background Color

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

This div background color is #fc505c


#fc505c Border Color

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

This div border color is #fc505c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc505c

Related Colors


Comments

No comments written yet.

Please login to write comment.