Color Hex Logo

#fe089c Color Hex

#FE089C
(254,8,156)
0 Favorites   0 Comments

Color spaces of #fe089c

RGB 2548156
HSL0.900.990.51
HSV324°97°100°
CMYK 0.000.970.39   0.00
XYZ46.960623.644833.5413
Yxy23.64480.45090.2270
Hunter Lab48.625987.2915-6.8591
CIE-Lab55.730486.0945-11.4003

#fe089c color RGB value is (254,8,156).

#fe089c hex color red value is 254, green value is 8 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fe089c hue: 0.90 , saturation: 0.99 and the lightness value of fe089c is 0.51.

The process color (four color CMYK) of #fe089c color hex is 0.00, 0.97, 0.39, 0.00. Web safe color of #fe089c is #ff0099. Color #fe089c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001000 10011100
Octal 376 10 234
Decimal 254 8 156
Hex FE 8 9C

RGB Percentages of Color #fe089c

%60.77
%1.91
%37.32

CMYK Percentages of Color #fe089c

%0
%97
%39
%0

Triadic Colors of #fe089c

#fe089c #9cfe08 #089cfe

Analogous Colors of #fe089c

#fe089c #fe0821 #e508fe

Monochromatic Colors of #fe089c

#fe089c

Complementary Color

#fe089c #08fe6a

#fe089c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe089c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe089c Color CSS Codes

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

#fe089c Text Font Color

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

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


#fe089c Background Color

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

This div background color is #fe089c


#fe089c Border Color

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

This div border color is #fe089c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe089c


Comments

No comments written yet.

Please login to write comment.