Color Hex Logo

#fc005e Color Hex

#FC005E
(252,0,94)
0 Favorites   0 Comments

Color spaces of #fc005e

RGB 252094
HSL0.941.000.49
HSV338°100°99°
CMYK 0.001.000.63   0.01
XYZ42.165321.503612.5179
Yxy21.50360.55340.2822
Hunter Lab46.372081.156316.4553
CIE-Lab53.496381.783922.5718

#fc005e color RGB value is (252,0,94).

#fc005e hex color red value is 252, green value is 0 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fc005e hue: 0.94 , saturation: 1.00 and the lightness value of fc005e is 0.49.

The process color (four color CMYK) of #fc005e color hex is 0.00, 1.00, 0.63, 0.01. Web safe color of #fc005e is #ff0066. Color #fc005e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 01011110
Octal 374 0 136
Decimal 252 0 94
Hex FC 0 5E

RGB Percentages of Color #fc005e

%72.83
%0.00
%27.17

CMYK Percentages of Color #fc005e

%0
%100
%63
%1

Triadic Colors of #fc005e

#fc005e #5efc00 #005efc

Analogous Colors of #fc005e

#fc005e #fc2000 #fc00dc

Monochromatic Colors of #fc005e

#fc005e

Complementary Color

#fc005e #00fc9e

#fc005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc005e Color CSS Codes

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

#fc005e Text Font Color

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

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


#fc005e Background Color

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

This div background color is #fc005e


#fc005e Border Color

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

This div border color is #fc005e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,0,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 #fc005e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc005e


Comments

No comments written yet.

Please login to write comment.