Color Hex Logo

#fc73ec Color Hex

#FC73EC
(252,115,236)
0 Favorites   0 Comments

Color spaces of #fc73ec

RGB 252115236
HSL0.850.960.72
HSV307°54°99°
CMYK 0.000.540.06   0.01
XYZ61.415939.013083.6502
Yxy39.01300.33360.2119
Hunter Lab62.460466.2094-35.6820
CIE-Lab68.760766.9180-37.0357

#fc73ec color RGB value is (252,115,236).

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

The process color (four color CMYK) of #fc73ec color hex is 0.00, 0.54, 0.06, 0.01. Web safe color of #fc73ec is #ff66ff. Color #fc73ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 11101100
Octal 374 163 354
Decimal 252 115 236
Hex FC 73 EC

RGB Percentages of Color #fc73ec

%41.79
%19.07
%39.14

CMYK Percentages of Color #fc73ec

%0
%54
%6
%1

Triadic Colors of #fc73ec

#fc73ec #ecfc73 #73ecfc

Analogous Colors of #fc73ec

#fc73ec #fc73a8 #c873fc

Monochromatic Colors of #fc73ec

#fc73ec

Complementary Color

#fc73ec #73fc83

#fc73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc73ec Color CSS Codes

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

#fc73ec Text Font Color

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

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


#fc73ec Background Color

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

This div background color is #fc73ec


#fc73ec Border Color

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

This div border color is #fc73ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc73ec


Comments

No comments written yet.

Please login to write comment.