Color Hex Logo

#fc51df Color Hex

#FC51DF
(252,81,223)
0 Favorites   0 Comments

Color spaces of #fc51df

RGB 25281223
HSL0.860.970.65
HSV310°68°99°
CMYK 0.000.680.12   0.01
XYZ56.406631.908072.9979
Yxy31.90800.34970.1978
Hunter Lab56.487279.3929-37.0790
CIE-Lab63.266878.5114-38.3770

#fc51df color RGB value is (252,81,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 11011111
Octal 374 121 337
Decimal 252 81 223
Hex FC 51 DF

RGB Percentages of Color #fc51df

%45.32
%14.57
%40.11

CMYK Percentages of Color #fc51df

%0
%68
%12
%1

Triadic Colors of #fc51df

#fc51df #dffc51 #51dffc

Analogous Colors of #fc51df

#fc51df #fc518a #c451fc

Monochromatic Colors of #fc51df

#fc51df

Complementary Color

#fc51df #51fc6e

#fc51df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc51df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc51df Color CSS Codes

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

#fc51df Text Font Color

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

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


#fc51df Background Color

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

This div background color is #fc51df


#fc51df Border Color

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

This div border color is #fc51df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc51df

Related Colors


Comments

No comments written yet.

Please login to write comment.