Color Hex Logo

#fc72ce Color Hex

#FC72CE
(252,114,206)
0 Favorites   0 Comments

Color spaces of #fc72ce

RGB 252114206
HSL0.890.960.72
HSV320°55°99°
CMYK 0.000.550.18   0.01
XYZ57.302837.186362.5500
Yxy37.18630.36490.2368
Hunter Lab60.980661.0186-18.1295
CIE-Lab67.416662.8380-22.4376

#fc72ce color RGB value is (252,114,206).

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

The process color (four color CMYK) of #fc72ce color hex is 0.00, 0.55, 0.18, 0.01. Web safe color of #fc72ce is #ff66cc. Color #fc72ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110010 11001110
Octal 374 162 316
Decimal 252 114 206
Hex FC 72 CE

RGB Percentages of Color #fc72ce

%44.06
%19.93
%36.01

CMYK Percentages of Color #fc72ce

%0
%55
%18
%1

Triadic Colors of #fc72ce

#fc72ce #cefc72 #72cefc

Analogous Colors of #fc72ce

#fc72ce #fc7289 #e572fc

Monochromatic Colors of #fc72ce

#fc72ce

Complementary Color

#fc72ce #72fca0

#fc72ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc72ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc72ce Color CSS Codes

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

#fc72ce Text Font Color

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

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


#fc72ce Background Color

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

This div background color is #fc72ce


#fc72ce Border Color

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

This div border color is #fc72ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc72ce


Comments

No comments written yet.

Please login to write comment.