Color Hex Logo

#fe56ec Color Hex

#FE56EC
(254,86,236)
0 Favorites   0 Comments

Color spaces of #fe56ec

RGB 25486236
HSL0.850.990.67
HSV306°66°100°
CMYK 0.000.660.07   0.00
XYZ59.341233.782582.7499
Yxy33.78250.33740.1921
Hunter Lab58.122780.5273-43.7259
CIE-Lab64.789679.1115-43.2229

#fe56ec color RGB value is (254,86,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 11101100
Octal 376 126 354
Decimal 254 86 236
Hex FE 56 EC

RGB Percentages of Color #fe56ec

%44.10
%14.93
%40.97

CMYK Percentages of Color #fe56ec

%0
%66
%7
%0

Triadic Colors of #fe56ec

#fe56ec #ecfe56 #56ecfe

Analogous Colors of #fe56ec

#fe56ec #fe5698 #bc56fe

Monochromatic Colors of #fe56ec

#fe56ec

Complementary Color

#fe56ec #56fe68

#fe56ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe56ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe56ec Color CSS Codes

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

#fe56ec Text Font Color

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

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


#fe56ec Background Color

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

This div background color is #fe56ec


#fe56ec Border Color

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

This div border color is #fe56ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe56ec


Comments

No comments written yet.

Please login to write comment.