Color Hex Logo

#fe54dc Color Hex

#FE54DC
(254,84,220)
0 Favorites   0 Comments

Color spaces of #fe54dc

RGB 25484220
HSL0.870.990.66
HSV312°67°100°
CMYK 0.000.670.13   0.00
XYZ56.961632.578870.9963
Yxy32.57880.35480.2029
Hunter Lab57.077878.2503-33.7934
CIE-Lab63.818477.5073-35.8111

#fe54dc color RGB value is (254,84,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010100 11011100
Octal 376 124 334
Decimal 254 84 220
Hex FE 54 DC

RGB Percentages of Color #fe54dc

%45.52
%15.05
%39.43

CMYK Percentages of Color #fe54dc

%0
%67
%13
%0

Triadic Colors of #fe54dc

#fe54dc #dcfe54 #54dcfe

Analogous Colors of #fe54dc

#fe54dc #fe5487 #cb54fe

Monochromatic Colors of #fe54dc

#fe54dc

Complementary Color

#fe54dc #54fe76

#fe54dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe54dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe54dc Color CSS Codes

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

#fe54dc Text Font Color

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

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


#fe54dc Background Color

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

This div background color is #fe54dc


#fe54dc Border Color

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

This div border color is #fe54dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe54dc

Related Colors


Comments

No comments written yet.

Please login to write comment.