Color Hex Logo

#fc73cf Color Hex

#FC73CF
(252,115,207)
0 Favorites   0 Comments

Color spaces of #fc73cf

RGB 252115207
HSL0.890.960.72
HSV320°54°99°
CMYK 0.000.540.18   0.01
XYZ57.538137.461963.2298
Yxy37.46190.36360.2368
Hunter Lab61.206160.6919-18.4060
CIE-Lab67.622162.5292-22.6833

#fc73cf color RGB value is (252,115,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 11001111
Octal 374 163 317
Decimal 252 115 207
Hex FC 73 CF

RGB Percentages of Color #fc73cf

%43.90
%20.03
%36.06

CMYK Percentages of Color #fc73cf

%0
%54
%18
%1

Triadic Colors of #fc73cf

#fc73cf #cffc73 #73cffc

Analogous Colors of #fc73cf

#fc73cf #fc738b #e573fc

Monochromatic Colors of #fc73cf

#fc73cf

Complementary Color

#fc73cf #73fca0

#fc73cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc73cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc73cf Color CSS Codes

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

#fc73cf Text Font Color

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

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


#fc73cf Background Color

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

This div background color is #fc73cf


#fc73cf Border Color

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

This div border color is #fc73cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc73cf


Comments

No comments written yet.

Please login to write comment.