Color Hex Logo

#fe54ac Color Hex

#FE54AC
(254,84,172)
1 Favorites   0 Comments

Color spaces of #fe54ac

RGB 25484172
HSL0.910.990.66
HSV329°67°100°
CMYK 0.000.670.32   0.00
XYZ51.489830.390042.1818
Yxy30.39000.41500.2450
Hunter Lab55.127170.2500-6.7781
CIE-Lab61.989371.4363-11.3338

#fe54ac color RGB value is (254,84,172).

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

The process color (four color CMYK) of #fe54ac color hex is 0.00, 0.67, 0.32, 0.00. Web safe color of #fe54ac is #ff6699. Color #fe54ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010100 10101100
Octal 376 124 254
Decimal 254 84 172
Hex FE 54 AC

RGB Percentages of Color #fe54ac

%49.80
%16.47
%33.73

CMYK Percentages of Color #fe54ac

%0
%67
%32
%0

Triadic Colors of #fe54ac

#fe54ac #acfe54 #54acfe

Analogous Colors of #fe54ac

#fe54ac #fe5457 #fb54fe

Monochromatic Colors of #fe54ac

#fe54ac

Complementary Color

#fe54ac #54fea6

#fe54ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe54ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe54ac Color CSS Codes

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

#fe54ac Text Font Color

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

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


#fe54ac Background Color

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

This div background color is #fe54ac


#fe54ac Border Color

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

This div border color is #fe54ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe54ac


Comments

No comments written yet.

Please login to write comment.