Color Hex Logo

#fc56ef Color Hex

#FC56EF
(252,86,239)
0 Favorites   0 Comments

Color spaces of #fc56ef

RGB 25286239
HSL0.850.970.66
HSV305°66°99°
CMYK 0.000.660.05   0.01
XYZ59.052733.583085.0311
Yxy33.58300.33240.1890
Hunter Lab57.950880.4800-46.4305
CIE-Lab64.630279.1047-45.1596

#fc56ef color RGB value is (252,86,239).

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

The process color (four color CMYK) of #fc56ef color hex is 0.00, 0.66, 0.05, 0.01. Web safe color of #fc56ef is #ff66ff. Color #fc56ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 11101111
Octal 374 126 357
Decimal 252 86 239
Hex FC 56 EF

RGB Percentages of Color #fc56ef

%43.67
%14.90
%41.42

CMYK Percentages of Color #fc56ef

%0
%66
%5
%1

Triadic Colors of #fc56ef

#fc56ef #effc56 #56effc

Analogous Colors of #fc56ef

#fc56ef #fc569c #b656fc

Monochromatic Colors of #fc56ef

#fc56ef

Complementary Color

#fc56ef #56fc63

#fc56ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc56ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc56ef Color CSS Codes

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

#fc56ef Text Font Color

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

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


#fc56ef Background Color

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

This div background color is #fc56ef


#fc56ef Border Color

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

This div border color is #fc56ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc56ef

Related Colors


Comments

No comments written yet.

Please login to write comment.