Color Hex Logo

#fc05df Color Hex

#FC05DF
(252,5,223)
0 Favorites   0 Comments

Color spaces of #fc05df

RGB 2525223
HSL0.850.980.50
HSV307°98°99°
CMYK 0.000.980.12   0.01
XYZ53.518426.131772.0352
Yxy26.13170.35280.1723
Hunter Lab51.119297.4192-47.7658
CIE-Lab58.161893.2179-46.4057

#fc05df color RGB value is (252,5,223).

#fc05df hex color red value is 252, green value is 5 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fc05df hue: 0.85 , saturation: 0.98 and the lightness value of fc05df is 0.50.

The process color (four color CMYK) of #fc05df color hex is 0.00, 0.98, 0.12, 0.01. Web safe color of #fc05df is #ff00cc. Color #fc05df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000101 11011111
Octal 374 5 337
Decimal 252 5 223
Hex FC 5 DF

RGB Percentages of Color #fc05df

%52.50
%1.04
%46.46

CMYK Percentages of Color #fc05df

%0
%98
%12
%1

Triadic Colors of #fc05df

#fc05df #dffc05 #05dffc

Analogous Colors of #fc05df

#fc05df #fc0563 #9e05fc

Monochromatic Colors of #fc05df

#fc05df

Complementary Color

#fc05df #05fc22

#fc05df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc05df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc05df Color CSS Codes

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

#fc05df Text Font Color

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

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


#fc05df Background Color

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

This div background color is #fc05df


#fc05df Border Color

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

This div border color is #fc05df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc05df


Comments

No comments written yet.

Please login to write comment.