Color Hex Logo

#fc036a Color Hex

#FC036A
(252,3,106)
0 Favorites   0 Comments

Color spaces of #fc036a

RGB 2523106
HSL0.930.980.50
HSV335°99°99°
CMYK 0.000.990.58   0.01
XYZ42.779021.801215.5890
Yxy21.80120.53360.2719
Hunter Lab46.691881.831212.8890
CIE-Lab53.815482.249615.7431

#fc036a color RGB value is (252,3,106).

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

The process color (four color CMYK) of #fc036a color hex is 0.00, 0.99, 0.58, 0.01. Web safe color of #fc036a is #ff0066. Color #fc036a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000011 01101010
Octal 374 3 152
Decimal 252 3 106
Hex FC 3 6A

RGB Percentages of Color #fc036a

%69.81
%0.83
%29.36

CMYK Percentages of Color #fc036a

%0
%99
%58
%1

Triadic Colors of #fc036a

#fc036a #6afc03 #036afc

Analogous Colors of #fc036a

#fc036a #fc1903 #fc03e7

Monochromatic Colors of #fc036a

#fc036a

Complementary Color

#fc036a #03fc95

#fc036a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc036a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc036a Color CSS Codes

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

#fc036a Text Font Color

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

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


#fc036a Background Color

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

This div background color is #fc036a


#fc036a Border Color

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

This div border color is #fc036a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc036a


Comments

No comments written yet.

Please login to write comment.