Color Hex Logo

#fc09cc Color Hex

#FC09CC
(252,9,204)
0 Favorites   0 Comments

Color spaces of #fc09cc

RGB 2529204
HSL0.870.980.51
HSV312°96°99°
CMYK 0.000.960.19   0.01
XYZ51.141725.250559.3051
Yxy25.25050.37690.1861
Hunter Lab50.249993.7307-34.7994
CIE-Lab57.318790.6476-36.9215

#fc09cc color RGB value is (252,9,204).

#fc09cc hex color red value is 252, green value is 9 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fc09cc hue: 0.87 , saturation: 0.98 and the lightness value of fc09cc is 0.51.

The process color (four color CMYK) of #fc09cc color hex is 0.00, 0.96, 0.19, 0.01. Web safe color of #fc09cc is #ff00cc. Color #fc09cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001001 11001100
Octal 374 11 314
Decimal 252 9 204
Hex FC 9 CC

RGB Percentages of Color #fc09cc

%54.19
%1.94
%43.87

CMYK Percentages of Color #fc09cc

%0
%96
%19
%1

Triadic Colors of #fc09cc

#fc09cc #ccfc09 #09ccfc

Analogous Colors of #fc09cc

#fc09cc #fc0953 #b309fc

Monochromatic Colors of #fc09cc

#fc09cc

Complementary Color

#fc09cc #09fc39

#fc09cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc09cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc09cc Color CSS Codes

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

#fc09cc Text Font Color

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

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


#fc09cc Background Color

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

This div background color is #fc09cc


#fc09cc Border Color

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

This div border color is #fc09cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc09cc


Comments

No comments written yet.

Please login to write comment.