Color Hex Logo

#fe017a Color Hex

#FE017A
(254,1,122)
0 Favorites   0 Comments

Color spaces of #fe017a

RGB 2541122
HSL0.920.990.50
HSV331°100°100°
CMYK 0.001.000.52   0.00
XYZ44.396822.497720.4149
Yxy22.49770.50850.2577
Hunter Lab47.431784.07317.6835
CIE-Lab54.551183.84917.1697

#fe017a color RGB value is (254,1,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000001 01111010
Octal 376 1 172
Decimal 254 1 122
Hex FE 1 7A

RGB Percentages of Color #fe017a

%67.37
%0.27
%32.36

CMYK Percentages of Color #fe017a

%0
%100
%52
%0

Triadic Colors of #fe017a

#fe017a #7afe01 #017afe

Analogous Colors of #fe017a

#fe017a #fe0701 #fe01f9

Monochromatic Colors of #fe017a

#fe017a

Complementary Color

#fe017a #01fe85

#fe017a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe017a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe017a Color CSS Codes

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

#fe017a Text Font Color

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

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


#fe017a Background Color

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

This div background color is #fe017a


#fe017a Border Color

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

This div border color is #fe017a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,1,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 #fe017a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe017a


Comments

No comments written yet.

Please login to write comment.