Color Hex Logo

#fe018c Color Hex

#FE018C
(254,1,140)
0 Favorites   0 Comments

Color spaces of #fe018c

RGB 2541140
HSL0.910.990.50
HSV327°100°100°
CMYK 0.001.000.45   0.00
XYZ45.617522.986026.8434
Yxy22.98600.47790.2408
Hunter Lab47.943785.93770.3645
CIE-Lab55.057985.1882-2.8936

#fe018c color RGB value is (254,1,140).

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

The process color (four color CMYK) of #fe018c color hex is 0.00, 1.00, 0.45, 0.00. Web safe color of #fe018c is #ff0099. Color #fe018c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000001 10001100
Octal 376 1 214
Decimal 254 1 140
Hex FE 1 8C

RGB Percentages of Color #fe018c

%64.30
%0.25
%35.44

CMYK Percentages of Color #fe018c

%0
%100
%45
%0

Triadic Colors of #fe018c

#fe018c #8cfe01 #018cfe

Analogous Colors of #fe018c

#fe018c #fe010e #f201fe

Monochromatic Colors of #fe018c

#fe018c

Complementary Color

#fe018c #01fe73

#fe018c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe018c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe018c Color CSS Codes

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

#fe018c Text Font Color

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

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


#fe018c Background Color

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

This div background color is #fe018c


#fe018c Border Color

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

This div border color is #fe018c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe018c

Related Colors


Comments

No comments written yet.

Please login to write comment.