Color Hex Logo

#fc055a Color Hex

#FC055A
(252,5,90)
0 Favorites   0 Comments

Color spaces of #fc055a

RGB 252590
HSL0.940.980.50
HSV339°98°99°
CMYK 0.000.980.64   0.01
XYZ42.044621.542211.6149
Yxy21.54220.55910.2865
Hunter Lab46.413680.473817.6523
CIE-Lab53.537981.240625.0404

#fc055a color RGB value is (252,5,90).

#fc055a hex color red value is 252, green value is 5 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fc055a hue: 0.94 , saturation: 0.98 and the lightness value of fc055a is 0.50.

The process color (four color CMYK) of #fc055a color hex is 0.00, 0.98, 0.64, 0.01. Web safe color of #fc055a is #ff0066. Color #fc055a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000101 01011010
Octal 374 5 132
Decimal 252 5 90
Hex FC 5 5A

RGB Percentages of Color #fc055a

%72.62
%1.44
%25.94

CMYK Percentages of Color #fc055a

%0
%98
%64
%1

Triadic Colors of #fc055a

#fc055a #5afc05 #055afc

Analogous Colors of #fc055a

#fc055a #fc2c05 #fc05d6

Monochromatic Colors of #fc055a

#fc055a

Complementary Color

#fc055a #05fca7

#fc055a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc055a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc055a Color CSS Codes

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

#fc055a Text Font Color

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

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


#fc055a Background Color

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

This div background color is #fc055a


#fc055a Border Color

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

This div border color is #fc055a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc055a


Comments

No comments written yet.

Please login to write comment.