Color Hex Logo

#fe0f8c Color Hex

#FE0F8C
(254,15,140)
0 Favorites   0 Comments

Color spaces of #fe0f8c

RGB 25415140
HSL0.910.990.53
HSV329°94°100°
CMYK 0.000.940.45   0.00
XYZ45.777523.305926.8967
Yxy23.30590.47690.2428
Hunter Lab48.276284.77790.7604
CIE-Lab55.386084.2310-2.4108

#fe0f8c color RGB value is (254,15,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001111 10001100
Octal 376 17 214
Decimal 254 15 140
Hex FE F 8C

RGB Percentages of Color #fe0f8c

%62.10
%3.67
%34.23

CMYK Percentages of Color #fe0f8c

%0
%94
%45
%0

Triadic Colors of #fe0f8c

#fe0f8c #8cfe0f #0f8cfe

Analogous Colors of #fe0f8c

#fe0f8c #fe0f15 #f90ffe

Monochromatic Colors of #fe0f8c

#fe0f8c

Complementary Color

#fe0f8c #0ffe81

#fe0f8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0f8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0f8c Color CSS Codes

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

#fe0f8c Text Font Color

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

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


#fe0f8c Background Color

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

This div background color is #fe0f8c


#fe0f8c Border Color

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

This div border color is #fe0f8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0f8c

Related Colors


Comments

No comments written yet.

Please login to write comment.