Color Hex Logo

#fe506f Color Hex

#FE506F
(254,80,111)
0 Favorites   0 Comments

Color spaces of #fe506f

RGB 25480111
HSL0.970.990.65
HSV349°69°100°
CMYK 0.000.690.56   0.00
XYZ46.611027.955817.9783
Yxy27.95580.50370.3021
Hunter Lab52.873264.830516.8511
CIE-Lab59.848867.359421.0520

#fe506f color RGB value is (254,80,111).

#fe506f hex color red value is 254, green value is 80 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fe506f hue: 0.97 , saturation: 0.99 and the lightness value of fe506f is 0.65.

The process color (four color CMYK) of #fe506f color hex is 0.00, 0.69, 0.56, 0.00. Web safe color of #fe506f is #ff6666. Color #fe506f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 01101111
Octal 376 120 157
Decimal 254 80 111
Hex FE 50 6F

RGB Percentages of Color #fe506f

%57.08
%17.98
%24.94

CMYK Percentages of Color #fe506f

%0
%69
%56
%0

Triadic Colors of #fe506f

#fe506f #6ffe50 #506ffe

Analogous Colors of #fe506f

#fe506f #fe8850 #fe50c6

Monochromatic Colors of #fe506f

#fe506f

Complementary Color

#fe506f #50fedf

#fe506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe506f Color CSS Codes

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

#fe506f Text Font Color

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

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


#fe506f Background Color

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

This div background color is #fe506f


#fe506f Border Color

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

This div border color is #fe506f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe506f

Related Colors


Comments

No comments written yet.

Please login to write comment.