Color Hex Logo

#fc505e Color Hex

#FC505E
(252,80,94)
0 Favorites   0 Comments

Color spaces of #fc505e

RGB 2528094
HSL0.990.970.65
HSV355°68°99°
CMYK 0.000.680.63   0.01
XYZ45.033927.240913.4741
Yxy27.24090.52520.3177
Hunter Lab52.192862.679021.2287
CIE-Lab59.196665.672229.9843

#fc505e color RGB value is (252,80,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 01011110
Octal 374 120 136
Decimal 252 80 94
Hex FC 50 5E

RGB Percentages of Color #fc505e

%59.15
%18.78
%22.07

CMYK Percentages of Color #fc505e

%0
%68
%63
%1

Triadic Colors of #fc505e

#fc505e #5efc50 #505efc

Analogous Colors of #fc505e

#fc505e #fc9850 #fc50b4

Monochromatic Colors of #fc505e

#fc505e

Complementary Color

#fc505e #50fcee

#fc505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc505e Color CSS Codes

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

#fc505e Text Font Color

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

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


#fc505e Background Color

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

This div background color is #fc505e


#fc505e Border Color

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

This div border color is #fc505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc505e

Related Colors


Comments

No comments written yet.

Please login to write comment.