Color Hex Logo

#fc0059 Color Hex

#FC0059
(252,0,89)
0 Favorites   0 Comments

Color spaces of #fc0059

RGB 252089
HSL0.941.000.49
HSV339°100°99°
CMYK 0.001.000.65   0.01
XYZ41.948121.416711.3741
Yxy21.41670.56130.2866
Hunter Lab46.278280.811617.8226
CIE-Lab53.402681.532125.4672

#fc0059 color RGB value is (252,0,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 01011001
Octal 374 0 131
Decimal 252 0 89
Hex FC 0 59

RGB Percentages of Color #fc0059

%73.90
%0.00
%26.10

CMYK Percentages of Color #fc0059

%0
%100
%65
%1

Triadic Colors of #fc0059

#fc0059 #59fc00 #0059fc

Analogous Colors of #fc0059

#fc0059 #fc2500 #fc00d7

Monochromatic Colors of #fc0059

#fc0059

Complementary Color

#fc0059 #00fca3

#fc0059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0059 Color CSS Codes

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

#fc0059 Text Font Color

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

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


#fc0059 Background Color

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

This div background color is #fc0059


#fc0059 Border Color

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

This div border color is #fc0059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0059


Comments

No comments written yet.

Please login to write comment.