color codes Logo

#fc72cc color codes

#FC72CC
(252,114,204)
0 Favorites   0 Comments

Color spaces of #fc72cc

RGB 252114204
HSL0.890.960.72
HSV321°55°99°
CMYK 0.000.550.19   0.01
XYZ57.061337.089761.2783
Yxy37.08970.36710.2386
Hunter Lab60.901360.6677-17.0261
CIE-Lab67.344362.5554-21.4277

#fc72cc color RGB value is (252,114,204).

#fc72cc hex color red value is 252, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fc72cc hue: 0.89 , saturation: 0.96 and the lightness value of fc72cc is 0.72.

The process color (four color CMYK) of #fc72cc color code is 0.00, 0.55, 0.19, 0.01. Web safe color of #fc72cc is #ff66cc. Color #fc72cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110010 11001100
Octal 374 162 314
Decimal 252 114 204
Hex FC 72 CC

RGB Percentages of Color #fc72cc

%44.21
%20.00
%35.79

CMYK Percentages of Color #fc72cc

%0
%55
%19
%1

Triadic Colors of #fc72cc

#fc72cc #ccfc72 #72ccfc

Analogous Colors of #fc72cc

#fc72cc #fc7287 #e772fc

Monochromatic Colors of #fc72cc

#fc72cc

Complementary Color

#fc72cc #72fca2

#fc72cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc72cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc72cc Color CSS Codes

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

#fc72cc Text Font Color

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

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


#fc72cc Background Color

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

This div background color is #fc72cc


#fc72cc Border Color

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

This div border color is #fc72cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc72cc


Comments

No comments written yet.

Please login to write comment.