Color Hex Logo

#fe7ace Color Hex

#FE7ACE
(254,122,206)
0 Favorites   0 Comments

Color spaces of #fe7ace

RGB 254122206
HSL0.890.990.74
HSV322°52°100°
CMYK 0.000.520.19   0.00
XYZ58.973239.446162.8982
Yxy39.44610.36560.2445
Hunter Lab62.806157.6958-15.4126
CIE-Lab69.073259.7624-19.8893

#fe7ace color RGB value is (254,122,206).

#fe7ace hex color red value is 254, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fe7ace hue: 0.89 , saturation: 0.99 and the lightness value of fe7ace is 0.74.

The process color (four color CMYK) of #fe7ace color hex is 0.00, 0.52, 0.19, 0.00. Web safe color of #fe7ace is #ff66cc. Color #fe7ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111010 11001110
Octal 376 172 316
Decimal 254 122 206
Hex FE 7A CE

RGB Percentages of Color #fe7ace

%43.64
%20.96
%35.40

CMYK Percentages of Color #fe7ace

%0
%52
%19
%0

Triadic Colors of #fe7ace

#fe7ace #cefe7a #7acefe

Analogous Colors of #fe7ace

#fe7ace #fe7a8c #ec7afe

Monochromatic Colors of #fe7ace

#fe7ace

Complementary Color

#fe7ace #7afeaa

#fe7ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7ace Color CSS Codes

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

#fe7ace Text Font Color

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

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


#fe7ace Background Color

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

This div background color is #fe7ace


#fe7ace Border Color

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

This div border color is #fe7ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7ace


Comments

No comments written yet.

Please login to write comment.