Color Hex Logo

#fe55ac Color Hex

#FE55AC
(254,85,172)
0 Favorites   0 Comments

Color spaces of #fe55ac

RGB 25485172
HSL0.910.990.66
HSV329°67°100°
CMYK 0.000.670.32   0.00
XYZ51.567930.546442.2078
Yxy30.54640.41480.2457
Hunter Lab55.268869.8269-6.5906
CIE-Lab62.122871.0666-11.1334

#fe55ac color RGB value is (254,85,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 10101100
Octal 376 125 254
Decimal 254 85 172
Hex FE 55 AC

RGB Percentages of Color #fe55ac

%49.71
%16.63
%33.66

CMYK Percentages of Color #fe55ac

%0
%67
%32
%0

Triadic Colors of #fe55ac

#fe55ac #acfe55 #55acfe

Analogous Colors of #fe55ac

#fe55ac #fe5558 #fc55fe

Monochromatic Colors of #fe55ac

#fe55ac

Complementary Color

#fe55ac #55fea7

#fe55ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe55ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe55ac Color CSS Codes

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

#fe55ac Text Font Color

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

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


#fe55ac Background Color

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

This div background color is #fe55ac


#fe55ac Border Color

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

This div border color is #fe55ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe55ac


Comments

No comments written yet.

Please login to write comment.