Color Hex Logo

#fc505d Color Hex

#FC505D
(252,80,93)
0 Favorites   0 Comments

Color spaces of #fc505d

RGB 2528093
HSL0.990.970.65
HSV355°68°99°
CMYK 0.000.680.63   0.01
XYZ44.989327.223113.2393
Yxy27.22310.52650.3186
Hunter Lab52.175862.606621.4785
CIE-Lab59.180365.614130.5383

#fc505d color RGB value is (252,80,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 01011101
Octal 374 120 135
Decimal 252 80 93
Hex FC 50 5D

RGB Percentages of Color #fc505d

%59.29
%18.82
%21.88

CMYK Percentages of Color #fc505d

%0
%68
%63
%1

Triadic Colors of #fc505d

#fc505d #5dfc50 #505dfc

Analogous Colors of #fc505d

#fc505d #fc9950 #fc50b3

Monochromatic Colors of #fc505d

#fc505d

Complementary Color

#fc505d #50fcef

#fc505d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc505d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc505d Color CSS Codes

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

#fc505d Text Font Color

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

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


#fc505d Background Color

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

This div background color is #fc505d


#fc505d Border Color

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

This div border color is #fc505d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc505d


Comments

No comments written yet.

Please login to write comment.