Color Hex Logo

#fc045e Color Hex

#FC045E
(252,4,94)
0 Favorites   0 Comments

Color spaces of #fc045e

RGB 252494
HSL0.940.980.50
HSV338°98°99°
CMYK 0.000.980.63   0.01
XYZ42.208721.590412.5324
Yxy21.59040.55300.2829
Hunter Lab46.465580.832816.5345
CIE-Lab53.589781.512222.6952

#fc045e color RGB value is (252,4,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000100 01011110
Octal 374 4 136
Decimal 252 4 94
Hex FC 4 5E

RGB Percentages of Color #fc045e

%72.00
%1.14
%26.86

CMYK Percentages of Color #fc045e

%0
%98
%63
%1

Triadic Colors of #fc045e

#fc045e #5efc04 #045efc

Analogous Colors of #fc045e

#fc045e #fc2604 #fc04da

Monochromatic Colors of #fc045e

#fc045e

Complementary Color

#fc045e #04fca2

#fc045e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc045e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc045e Color CSS Codes

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

#fc045e Text Font Color

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

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


#fc045e Background Color

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

This div background color is #fc045e


#fc045e Border Color

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

This div border color is #fc045e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc045e

Related Colors


Comments

No comments written yet.

Please login to write comment.