color codes Logo

#fe087e color codes

#FE087E
(254,8,126)
0 Favorites   0 Comments

Color spaces of #fe087e

RGB 2548126
HSL0.920.990.51
HSV331°97°100°
CMYK 0.000.970.50   0.00
XYZ44.725822.750921.7727
Yxy22.75090.50110.2549
Hunter Lab47.697983.90626.3244
CIE-Lab54.814883.66845.1408

#fe087e color RGB value is (254,8,126).

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

The process color (four color CMYK) of #fe087e color code is 0.00, 0.97, 0.50, 0.00. Web safe color of #fe087e is #ff0066. Color #fe087e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001000 01111110
Octal 376 10 176
Decimal 254 8 126
Hex FE 8 7E

RGB Percentages of Color #fe087e

%65.46
%2.06
%32.47

CMYK Percentages of Color #fe087e

%0
%97
%50
%0

Triadic Colors of #fe087e

#fe087e #7efe08 #087efe

Analogous Colors of #fe087e

#fe087e #fe0d08 #fe08f9

Monochromatic Colors of #fe087e

#fe087e

Complementary Color

#fe087e #08fe88

#fe087e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe087e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe087e Color CSS Codes

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

#fe087e Text Font Color

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

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


#fe087e Background Color

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

This div background color is #fe087e


#fe087e Border Color

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

This div border color is #fe087e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe087e


Comments

No comments written yet.

Please login to write comment.