Color Hex Logo

#fc73de Color Hex

#FC73DE
(252,115,222)
0 Favorites   0 Comments

Color spaces of #fc73de

RGB 252115222
HSL0.870.960.72
HSV313°54°99°
CMYK 0.000.540.12   0.01
XYZ59.460438.230873.3526
Yxy38.23080.34760.2235
Hunter Lab61.831163.4518-27.0563
CIE-Lab68.190464.7388-30.1710

#fc73de color RGB value is (252,115,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 11011110
Octal 374 163 336
Decimal 252 115 222
Hex FC 73 DE

RGB Percentages of Color #fc73de

%42.78
%19.52
%37.69

CMYK Percentages of Color #fc73de

%0
%54
%12
%1

Triadic Colors of #fc73de

#fc73de #defc73 #73defc

Analogous Colors of #fc73de

#fc73de #fc739a #d673fc

Monochromatic Colors of #fc73de

#fc73de

Complementary Color

#fc73de #73fc91

#fc73de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc73de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc73de Color CSS Codes

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

#fc73de Text Font Color

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

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


#fc73de Background Color

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

This div background color is #fc73de


#fc73de Border Color

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

This div border color is #fc73de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc73de


Comments

No comments written yet.

Please login to write comment.