Color Hex Logo

#fe017f Color Hex

#FE017F
(254,1,127)
0 Favorites   0 Comments

Color spaces of #fe017f

RGB 2541127
HSL0.920.990.50
HSV330°100°100°
CMYK 0.001.000.50   0.00
XYZ44.714722.624822.0890
Yxy22.62480.50000.2530
Hunter Lab47.565584.56195.7621
CIE-Lab54.683784.20124.3512

#fe017f color RGB value is (254,1,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000001 01111111
Octal 376 1 177
Decimal 254 1 127
Hex FE 1 7F

RGB Percentages of Color #fe017f

%66.49
%0.26
%33.25

CMYK Percentages of Color #fe017f

%0
%100
%50
%0

Triadic Colors of #fe017f

#fe017f #7ffe01 #017ffe

Analogous Colors of #fe017f

#fe017f #fe0101 #fe01fe

Monochromatic Colors of #fe017f

#fe017f

Complementary Color

#fe017f #01fe80

#fe017f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe017f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe017f Color CSS Codes

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

#fe017f Text Font Color

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

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


#fe017f Background Color

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

This div background color is #fe017f


#fe017f Border Color

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

This div border color is #fe017f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe017f

Related Colors


Comments

No comments written yet.

Please login to write comment.