Color Hex Logo

#fe68ac Color Hex

#FE68AC
(254,104,172)
0 Favorites   0 Comments

Color spaces of #fe68ac

RGB 254104172
HSL0.920.990.70
HSV333°59°100°
CMYK 0.000.590.32   0.00
XYZ53.269833.950042.7751
Yxy33.95000.40980.2612
Hunter Lab58.266661.2256-2.7397
CIE-Lab64.922963.4353-6.9562

#fe68ac color RGB value is (254,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101000 10101100
Octal 376 150 254
Decimal 254 104 172
Hex FE 68 AC

RGB Percentages of Color #fe68ac

%47.92
%19.62
%32.45

CMYK Percentages of Color #fe68ac

%0
%59
%32
%0

Triadic Colors of #fe68ac

#fe68ac #acfe68 #68acfe

Analogous Colors of #fe68ac

#fe68ac #fe6f68 #fe68f7

Monochromatic Colors of #fe68ac

#fe68ac

Complementary Color

#fe68ac #68feba

#fe68ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe68ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe68ac Color CSS Codes

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

#fe68ac Text Font Color

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

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


#fe68ac Background Color

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

This div background color is #fe68ac


#fe68ac Border Color

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

This div border color is #fe68ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe68ac


Comments

No comments written yet.

Please login to write comment.