Color Hex Logo

#fe64ac Color Hex

#FE64AC
(254,100,172)
0 Favorites   0 Comments

Color spaces of #fe64ac

RGB 254100172
HSL0.920.990.69
HSV332°61°100°
CMYK 0.000.610.32   0.00
XYZ52.876633.163742.6441
Yxy33.16370.41090.2577
Hunter Lab57.587963.1178-3.5929
CIE-Lab64.293265.1324-7.8921

#fe64ac color RGB value is (254,100,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100100 10101100
Octal 376 144 254
Decimal 254 100 172
Hex FE 64 AC

RGB Percentages of Color #fe64ac

%48.29
%19.01
%32.70

CMYK Percentages of Color #fe64ac

%0
%61
%32
%0

Triadic Colors of #fe64ac

#fe64ac #acfe64 #64acfe

Analogous Colors of #fe64ac

#fe64ac #fe6964 #fe64f9

Monochromatic Colors of #fe64ac

#fe64ac

Complementary Color

#fe64ac #64feb6

#fe64ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe64ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe64ac Color CSS Codes

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

#fe64ac Text Font Color

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

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


#fe64ac Background Color

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

This div background color is #fe64ac


#fe64ac Border Color

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

This div border color is #fe64ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe64ac

Related Colors


Comments

No comments written yet.

Please login to write comment.