Color Hex Logo

#fe56ce Color Hex

#FE56CE
(254,86,206)
0 Favorites   0 Comments

Color spaces of #fe56ce

RGB 25486206
HSL0.880.990.67
HSV317°66°100°
CMYK 0.000.660.19   0.00
XYZ55.341432.182661.6876
Yxy32.18260.37090.2157
Hunter Lab56.729774.8547-24.7608
CIE-Lab63.493574.8723-28.4338

#fe56ce color RGB value is (254,86,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 11001110
Octal 376 126 316
Decimal 254 86 206
Hex FE 56 CE

RGB Percentages of Color #fe56ce

%46.52
%15.75
%37.73

CMYK Percentages of Color #fe56ce

%0
%66
%19
%0

Triadic Colors of #fe56ce

#fe56ce #cefe56 #56cefe

Analogous Colors of #fe56ce

#fe56ce #fe567a #da56fe

Monochromatic Colors of #fe56ce

#fe56ce

Complementary Color

#fe56ce #56fe86

#fe56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe56ce Color CSS Codes

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

#fe56ce Text Font Color

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

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


#fe56ce Background Color

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

This div background color is #fe56ce


#fe56ce Border Color

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

This div border color is #fe56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe56ce


Comments

No comments written yet.

Please login to write comment.