Color Hex Logo

#fe93ad Color Hex

#FE93AD
(254,147,173)
0 Favorites   0 Comments

Color spaces of #fe93ad

RGB 254147173
HSL0.960.980.79
HSV345°42°100°
CMYK 0.000.420.32   0.00
XYZ58.849644.955445.1107
Yxy44.95540.39520.3019
Hunter Lab67.048839.33647.0436
CIE-Lab72.862543.13094.1139

#fe93ad color RGB value is (254,147,173).

#fe93ad hex color red value is 254, green value is 147 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fe93ad hue: 0.96 , saturation: 0.98 and the lightness value of fe93ad is 0.79.

The process color (four color CMYK) of #fe93ad color hex is 0.00, 0.42, 0.32, 0.00. Web safe color of #fe93ad is #ff9999. Color #fe93ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010011 10101101
Octal 376 223 255
Decimal 254 147 173
Hex FE 93 AD

RGB Percentages of Color #fe93ad

%44.25
%25.61
%30.14

CMYK Percentages of Color #fe93ad

%0
%42
%32
%0

Triadic Colors of #fe93ad

#fe93ad #adfe93 #93adfe

Analogous Colors of #fe93ad

#fe93ad #feaf93 #fe93e3

Monochromatic Colors of #fe93ad

#fe93ad

Complementary Color

#fe93ad #93fee4

#fe93ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe93ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe93ad Color CSS Codes

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

#fe93ad Text Font Color

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

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


#fe93ad Background Color

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

This div background color is #fe93ad


#fe93ad Border Color

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

This div border color is #fe93ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe93ad


Comments

No comments written yet.

Please login to write comment.