Color Hex Logo

#fc53dc Color Hex

#FC53DC
(252,83,220)
0 Favorites   0 Comments

Color spaces of #fc53dc

RGB 25283220
HSL0.860.970.66
HSV311°67°99°
CMYK 0.000.670.13   0.01
XYZ56.156432.049370.9365
Yxy32.04930.35290.2014
Hunter Lab56.612177.9920-34.6635
CIE-Lab63.383677.3856-36.5121

#fc53dc color RGB value is (252,83,220).

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

The process color (four color CMYK) of #fc53dc color hex is 0.00, 0.67, 0.13, 0.01. Web safe color of #fc53dc is #ff66cc. Color #fc53dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 11011100
Octal 374 123 334
Decimal 252 83 220
Hex FC 53 DC

RGB Percentages of Color #fc53dc

%45.41
%14.95
%39.64

CMYK Percentages of Color #fc53dc

%0
%67
%13
%1

Triadic Colors of #fc53dc

#fc53dc #dcfc53 #53dcfc

Analogous Colors of #fc53dc

#fc53dc #fc5388 #c853fc

Monochromatic Colors of #fc53dc

#fc53dc

Complementary Color

#fc53dc #53fc73

#fc53dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc53dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc53dc Color CSS Codes

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

#fc53dc Text Font Color

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

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


#fc53dc Background Color

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

This div background color is #fc53dc


#fc53dc Border Color

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

This div border color is #fc53dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc53dc

Related Colors


Comments

No comments written yet.

Please login to write comment.