Color Hex Logo

#fc72cd Color Hex

#FC72CD
(252,114,205)
0 Favorites   0 Comments

Color spaces of #fc72cd

RGB 252114205
HSL0.890.960.72
HSV320°55°99°
CMYK 0.000.550.19   0.01
XYZ57.181637.137961.9121
Yxy37.13790.36600.2377
Hunter Lab60.940960.8423-17.5763
CIE-Lab67.380462.6960-21.9329

#fc72cd color RGB value is (252,114,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110010 11001101
Octal 374 162 315
Decimal 252 114 205
Hex FC 72 CD

RGB Percentages of Color #fc72cd

%44.13
%19.96
%35.90

CMYK Percentages of Color #fc72cd

%0
%55
%19
%1

Triadic Colors of #fc72cd

#fc72cd #cdfc72 #72cdfc

Analogous Colors of #fc72cd

#fc72cd #fc7288 #e672fc

Monochromatic Colors of #fc72cd

#fc72cd

Complementary Color

#fc72cd #72fca1

#fc72cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc72cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc72cd Color CSS Codes

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

#fc72cd Text Font Color

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

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


#fc72cd Background Color

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

This div background color is #fc72cd


#fc72cd Border Color

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

This div border color is #fc72cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc72cd


Comments

No comments written yet.

Please login to write comment.