Color Hex Logo

#fe057a Color Hex

#FE057A
(254,5,122)
0 Favorites   0 Comments

Color spaces of #fe057a

RGB 2545122
HSL0.920.990.51
HSV332°98°100°
CMYK 0.000.980.52   0.00
XYZ44.440222.584520.4293
Yxy22.58450.50820.2582
Hunter Lab47.523283.75477.7786
CIE-Lab54.641883.58497.2990

#fe057a color RGB value is (254,5,122).

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

The process color (four color CMYK) of #fe057a color hex is 0.00, 0.98, 0.52, 0.00. Web safe color of #fe057a is #ff0066. Color #fe057a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000101 01111010
Octal 376 5 172
Decimal 254 5 122
Hex FE 5 7A

RGB Percentages of Color #fe057a

%66.67
%1.31
%32.02

CMYK Percentages of Color #fe057a

%0
%98
%52
%0

Triadic Colors of #fe057a

#fe057a #7afe05 #057afe

Analogous Colors of #fe057a

#fe057a #fe0c05 #fe05f7

Monochromatic Colors of #fe057a

#fe057a

Complementary Color

#fe057a #05fe89

#fe057a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe057a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe057a Color CSS Codes

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

#fe057a Text Font Color

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

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


#fe057a Background Color

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

This div background color is #fe057a


#fe057a Border Color

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

This div border color is #fe057a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe057a


Comments

No comments written yet.

Please login to write comment.