Color Hex Logo

#fc14cc Color Hex

#FC14CC
(252,20,204)
0 Favorites   0 Comments

Color spaces of #fc14cc

RGB 25220204
HSL0.870.970.53
HSV312°92°99°
CMYK 0.000.920.19   0.01
XYZ51.294125.555459.3559
Yxy25.55540.37660.1876
Hunter Lab50.552392.6525-34.2285
CIE-Lab57.612689.7842-36.4613

#fc14cc color RGB value is (252,20,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010100 11001100
Octal 374 24 314
Decimal 252 20 204
Hex FC 14 CC

RGB Percentages of Color #fc14cc

%52.94
%4.20
%42.86

CMYK Percentages of Color #fc14cc

%0
%92
%19
%1

Triadic Colors of #fc14cc

#fc14cc #ccfc14 #14ccfc

Analogous Colors of #fc14cc

#fc14cc #fc1458 #b814fc

Monochromatic Colors of #fc14cc

#fc14cc

Complementary Color

#fc14cc #14fc44

#fc14cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc14cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc14cc Color CSS Codes

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

#fc14cc Text Font Color

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

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


#fc14cc Background Color

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

This div background color is #fc14cc


#fc14cc Border Color

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

This div border color is #fc14cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc14cc

Related Colors


Comments

No comments written yet.

Please login to write comment.