Color Hex Logo

#fe56cc Color Hex

#FE56CC
(254,86,204)
0 Favorites   0 Comments

Color spaces of #fe56cc

RGB 25486204
HSL0.880.990.67
HSV318°66°100°
CMYK 0.000.660.20   0.00
XYZ55.099932.086060.4159
Yxy32.08600.37330.2174
Hunter Lab56.644574.5047-23.5864
CIE-Lab63.413974.6073-27.4260

#fe56cc color RGB value is (254,86,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 11001100
Octal 376 126 314
Decimal 254 86 204
Hex FE 56 CC

RGB Percentages of Color #fe56cc

%46.69
%15.81
%37.50

CMYK Percentages of Color #fe56cc

%0
%66
%20
%0

Triadic Colors of #fe56cc

#fe56cc #ccfe56 #56ccfe

Analogous Colors of #fe56cc

#fe56cc #fe5678 #dc56fe

Monochromatic Colors of #fe56cc

#fe56cc

Complementary Color

#fe56cc #56fe88

#fe56cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe56cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe56cc Color CSS Codes

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

#fe56cc Text Font Color

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

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


#fe56cc Background Color

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

This div background color is #fe56cc


#fe56cc Border Color

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

This div border color is #fe56cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe56cc

Related Colors


Comments

No comments written yet.

Please login to write comment.