Color Hex Logo

#fe56dc Color Hex

#FE56DC
(254,86,220)
0 Favorites   0 Comments

Color spaces of #fe56dc

RGB 25486220
HSL0.870.990.67
HSV312°66°100°
CMYK 0.000.660.13   0.00
XYZ57.119132.893771.0488
Yxy32.89370.35460.2042
Hunter Lab57.353077.4041-33.3012
CIE-Lab64.074776.7905-35.4119

#fe56dc color RGB value is (254,86,220).

#fe56dc hex color red value is 254, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fe56dc hue: 0.87 , saturation: 0.99 and the lightness value of fe56dc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 11011100
Octal 376 126 334
Decimal 254 86 220
Hex FE 56 DC

RGB Percentages of Color #fe56dc

%45.36
%15.36
%39.29

CMYK Percentages of Color #fe56dc

%0
%66
%13
%0

Triadic Colors of #fe56dc

#fe56dc #dcfe56 #56dcfe

Analogous Colors of #fe56dc

#fe56dc #fe5688 #cc56fe

Monochromatic Colors of #fe56dc

#fe56dc

Complementary Color

#fe56dc #56fe78

#fe56dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe56dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe56dc Color CSS Codes

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

#fe56dc Text Font Color

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

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


#fe56dc Background Color

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

This div background color is #fe56dc


#fe56dc Border Color

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

This div border color is #fe56dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe56dc


Comments

No comments written yet.

Please login to write comment.