Color Hex Logo

#fe0057 Color Hex

#FE0057
(254,0,87)
0 Favorites   0 Comments

Color spaces of #fe0057

RGB 254087
HSL0.941.000.50
HSV339°100°100°
CMYK 0.001.000.66   0.00
XYZ42.593421.759010.9718
Yxy21.75900.56550.2889
Hunter Lab46.646581.358618.7069
CIE-Lab53.770481.888927.2253

#fe0057 color RGB value is (254,0,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 01010111
Octal 376 0 127
Decimal 254 0 87
Hex FE 0 57

RGB Percentages of Color #fe0057

%74.49
%0.00
%25.51

CMYK Percentages of Color #fe0057

%0
%100
%66
%0

Triadic Colors of #fe0057

#fe0057 #57fe00 #0057fe

Analogous Colors of #fe0057

#fe0057 #fe2800 #fe00d6

Monochromatic Colors of #fe0057

#fe0057

Complementary Color

#fe0057 #00fea7

#fe0057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0057 Color CSS Codes

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

#fe0057 Text Font Color

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

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


#fe0057 Background Color

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

This div background color is #fe0057


#fe0057 Border Color

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

This div border color is #fe0057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0057


Comments

No comments written yet.

Please login to write comment.