Color Hex Logo

#fc27dc Color Hex

#FC27DC
(252,39,220)
0 Favorites   0 Comments

Color spaces of #fc27dc

RGB 25239220
HSL0.860.970.57
HSV309°85°99°
CMYK 0.000.850.13   0.01
XYZ53.788727.313870.1473
Yxy27.31380.35560.1806
Hunter Lab52.262692.2527-42.9957
CIE-Lab59.263789.1626-42.9700

#fc27dc color RGB value is (252,39,220).

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

The process color (four color CMYK) of #fc27dc color hex is 0.00, 0.85, 0.13, 0.01. Web safe color of #fc27dc is #ff33cc. Color #fc27dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 11011100
Octal 374 47 334
Decimal 252 39 220
Hex FC 27 DC

RGB Percentages of Color #fc27dc

%49.32
%7.63
%43.05

CMYK Percentages of Color #fc27dc

%0
%85
%13
%1

Triadic Colors of #fc27dc

#fc27dc #dcfc27 #27dcfc

Analogous Colors of #fc27dc

#fc27dc #fc2772 #b227fc

Monochromatic Colors of #fc27dc

#fc27dc

Complementary Color

#fc27dc #27fc47

#fc27dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc27dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc27dc Color CSS Codes

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

#fc27dc Text Font Color

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

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


#fc27dc Background Color

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

This div background color is #fc27dc


#fc27dc Border Color

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

This div border color is #fc27dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc27dc


Comments

No comments written yet.

Please login to write comment.