Color Hex Logo

#fe54ec Color Hex

#FE54EC
(254,84,236)
0 Favorites   0 Comments

Color spaces of #fe54ec

RGB 25484236
HSL0.850.990.66
HSV306°67°100°
CMYK 0.000.670.07   0.00
XYZ59.183733.467682.6974
Yxy33.46760.33750.1909
Hunter Lab57.851281.3719-44.2583
CIE-Lab64.537879.8185-43.6184

#fe54ec color RGB value is (254,84,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010100 11101100
Octal 376 124 354
Decimal 254 84 236
Hex FE 54 EC

RGB Percentages of Color #fe54ec

%44.25
%14.63
%41.11

CMYK Percentages of Color #fe54ec

%0
%67
%7
%0

Triadic Colors of #fe54ec

#fe54ec #ecfe54 #54ecfe

Analogous Colors of #fe54ec

#fe54ec #fe5497 #bb54fe

Monochromatic Colors of #fe54ec

#fe54ec

Complementary Color

#fe54ec #54fe66

#fe54ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe54ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe54ec Color CSS Codes

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

#fe54ec Text Font Color

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

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


#fe54ec Background Color

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

This div background color is #fe54ec


#fe54ec Border Color

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

This div border color is #fe54ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe54ec


Comments

No comments written yet.

Please login to write comment.