Color Hex Logo

#fe1c8c Color Hex

#FE1C8C
(254,28,140)
0 Favorites   0 Comments

Color spaces of #fe1c8c

RGB 25428140
HSL0.920.990.55
HSV330°89°100°
CMYK 0.000.890.45   0.00
XYZ46.021923.794826.9782
Yxy23.79480.47550.2458
Hunter Lab48.779983.04281.3550
CIE-Lab55.881882.7905-1.6827

#fe1c8c color RGB value is (254,28,140).

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

The process color (four color CMYK) of #fe1c8c color hex is 0.00, 0.89, 0.45, 0.00. Web safe color of #fe1c8c is #ff3399. Color #fe1c8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011100 10001100
Octal 376 34 214
Decimal 254 28 140
Hex FE 1C 8C

RGB Percentages of Color #fe1c8c

%60.19
%6.64
%33.18

CMYK Percentages of Color #fe1c8c

%0
%89
%45
%0

Triadic Colors of #fe1c8c

#fe1c8c #8cfe1c #1c8cfe

Analogous Colors of #fe1c8c

#fe1c8c #fe1d1c #fe1cfd

Monochromatic Colors of #fe1c8c

#fe1c8c

Complementary Color

#fe1c8c #1cfe8e

#fe1c8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1c8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1c8c Color CSS Codes

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

#fe1c8c Text Font Color

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

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


#fe1c8c Background Color

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

This div background color is #fe1c8c


#fe1c8c Border Color

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

This div border color is #fe1c8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1c8c


Comments

No comments written yet.

Please login to write comment.