Color Hex Logo

#fc50de Color Hex

#FC50DE
(252,80,222)
0 Favorites   0 Comments

Color spaces of #fc50de

RGB 25280222
HSL0.860.970.65
HSV310°68°99°
CMYK 0.000.680.12   0.01
XYZ56.198431.706772.2653
Yxy31.70670.35090.1980
Hunter Lab56.308779.6101-36.6753
CIE-Lab63.099778.7138-38.0774

#fc50de color RGB value is (252,80,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 11011110
Octal 374 120 336
Decimal 252 80 222
Hex FC 50 DE

RGB Percentages of Color #fc50de

%45.49
%14.44
%40.07

CMYK Percentages of Color #fc50de

%0
%68
%12
%1

Triadic Colors of #fc50de

#fc50de #defc50 #50defc

Analogous Colors of #fc50de

#fc50de #fc5088 #c450fc

Monochromatic Colors of #fc50de

#fc50de

Complementary Color

#fc50de #50fc6e

#fc50de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc50de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc50de Color CSS Codes

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

#fc50de Text Font Color

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

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


#fc50de Background Color

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

This div background color is #fc50de


#fc50de Border Color

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

This div border color is #fc50de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,80,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 #fc50de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc50de


Comments

No comments written yet.

Please login to write comment.