Color Hex Logo

#fc73ff Color Hex

#FC73FF
(252,115,255)
0 Favorites   0 Comments

Color spaces of #fc73ff

RGB 252115255
HSL0.831.000.73
HSV299°55°100°
CMYK 0.010.550.00   0.00
XYZ64.325640.176998.9723
Yxy40.17690.31610.1975
Hunter Lab63.385370.2239-48.2081
CIE-Lab69.595370.0417-46.1597

#fc73ff color RGB value is (252,115,255).

#fc73ff hex color red value is 252, green value is 115 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fc73ff hue: 0.83 , saturation: 1.00 and the lightness value of fc73ff is 0.73.

The process color (four color CMYK) of #fc73ff color hex is 0.01, 0.55, 0.00, 0.00. Web safe color of #fc73ff is #ff66ff. Color #fc73ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 11111111
Octal 374 163 377
Decimal 252 115 255
Hex FC 73 FF

RGB Percentages of Color #fc73ff

%40.51
%18.49
%41.00

CMYK Percentages of Color #fc73ff

%1
%55
%0
%0

Triadic Colors of #fc73ff

#fc73ff #fffc73 #73fffc

Analogous Colors of #fc73ff

#fc73ff #ff73bc #b673ff

Monochromatic Colors of #fc73ff

#fc73ff

Complementary Color

#fc73ff #76ff73

#fc73ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc73ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc73ff Color CSS Codes

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

#fc73ff Text Font Color

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

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


#fc73ff Background Color

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

This div background color is #fc73ff


#fc73ff Border Color

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

This div border color is #fc73ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc73ff

Related Colors


Comments

No comments written yet.

Please login to write comment.