Color Hex Logo

#fc50df Color Hex

#FC50DF
(252,80,223)
0 Favorites   0 Comments

Color spaces of #fc50df

RGB 25280223
HSL0.860.970.65
HSV310°68°99°
CMYK 0.000.680.12   0.01
XYZ56.332831.760572.9734
Yxy31.76050.34970.1972
Hunter Lab56.356579.8013-37.3224
CIE-Lab63.144478.8553-38.5683

#fc50df color RGB value is (252,80,223).

#fc50df hex color red value is 252, green value is 80 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fc50df hue: 0.86 , saturation: 0.97 and the lightness value of fc50df is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 11011111
Octal 374 120 337
Decimal 252 80 223
Hex FC 50 DF

RGB Percentages of Color #fc50df

%45.41
%14.41
%40.18

CMYK Percentages of Color #fc50df

%0
%68
%12
%1

Triadic Colors of #fc50df

#fc50df #dffc50 #50dffc

Analogous Colors of #fc50df

#fc50df #fc5089 #c350fc

Monochromatic Colors of #fc50df

#fc50df

Complementary Color

#fc50df #50fc6d

#fc50df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc50df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc50df Color CSS Codes

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

#fc50df Text Font Color

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

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


#fc50df Background Color

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

This div background color is #fc50df


#fc50df Border Color

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

This div border color is #fc50df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc50df


Comments

No comments written yet.

Please login to write comment.