Color Hex Logo

#fe0059 Color Hex

#FE0059
(254,0,89)
0 Favorites   0 Comments

Color spaces of #fe0059

RGB 254089
HSL0.941.000.50
HSV339°100°100°
CMYK 0.001.000.65   0.00
XYZ42.676221.792111.4082
Yxy21.79210.56240.2872
Hunter Lab46.682081.489318.1881
CIE-Lab53.805781.984226.0683

#fe0059 color RGB value is (254,0,89).

#fe0059 hex color red value is 254, green value is 0 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fe0059 hue: 0.94 , saturation: 1.00 and the lightness value of fe0059 is 0.50.

The process color (four color CMYK) of #fe0059 color hex is 0.00, 1.00, 0.65, 0.00. Web safe color of #fe0059 is #ff0066. Color #fe0059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 01011001
Octal 376 0 131
Decimal 254 0 89
Hex FE 0 59

RGB Percentages of Color #fe0059

%74.05
%0.00
%25.95

CMYK Percentages of Color #fe0059

%0
%100
%65
%0

Triadic Colors of #fe0059

#fe0059 #59fe00 #0059fe

Analogous Colors of #fe0059

#fe0059 #fe2600 #fe00d8

Monochromatic Colors of #fe0059

#fe0059

Complementary Color

#fe0059 #00fea5

#fe0059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0059 Color CSS Codes

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

#fe0059 Text Font Color

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

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


#fe0059 Background Color

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

This div background color is #fe0059


#fe0059 Border Color

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

This div border color is #fe0059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0059

Related Colors


Comments

No comments written yet.

Please login to write comment.