Color Hex Logo

#fc54dc Color Hex

#FC54DC
(252,84,220)
0 Favorites   0 Comments

Color spaces of #fc54dc

RGB 25284220
HSL0.870.970.66
HSV311°67°99°
CMYK 0.000.670.13   0.01
XYZ56.233532.203470.9622
Yxy32.20340.35280.2020
Hunter Lab56.748077.5725-34.4172
CIE-Lab63.510677.0300-36.3140

#fc54dc color RGB value is (252,84,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010100 11011100
Octal 374 124 334
Decimal 252 84 220
Hex FC 54 DC

RGB Percentages of Color #fc54dc

%45.32
%15.11
%39.57

CMYK Percentages of Color #fc54dc

%0
%67
%13
%1

Triadic Colors of #fc54dc

#fc54dc #dcfc54 #54dcfc

Analogous Colors of #fc54dc

#fc54dc #fc5488 #c854fc

Monochromatic Colors of #fc54dc

#fc54dc

Complementary Color

#fc54dc #54fc74

#fc54dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc54dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc54dc Color CSS Codes

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

#fc54dc Text Font Color

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

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


#fc54dc Background Color

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

This div background color is #fc54dc


#fc54dc Border Color

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

This div border color is #fc54dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc54dc


Comments

No comments written yet.

Please login to write comment.