Color Hex Logo

#fe506a Color Hex

#FE506A
(254,80,106)
0 Favorites   0 Comments

Color spaces of #fe506a

RGB 25480106
HSL0.980.990.65
HSV351°69°100°
CMYK 0.000.690.58   0.00
XYZ46.343227.848816.5685
Yxy27.84880.51060.3068
Hunter Lab52.772064.403918.3254
CIE-Lab59.751967.020523.8314

#fe506a color RGB value is (254,80,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 01101010
Octal 376 120 152
Decimal 254 80 106
Hex FE 50 6A

RGB Percentages of Color #fe506a

%57.73
%18.18
%24.09

CMYK Percentages of Color #fe506a

%0
%69
%58
%0

Triadic Colors of #fe506a

#fe506a #6afe50 #506afe

Analogous Colors of #fe506a

#fe506a #fe8d50 #fe50c1

Monochromatic Colors of #fe506a

#fe506a

Complementary Color

#fe506a #50fee4

#fe506a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe506a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe506a Color CSS Codes

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

#fe506a Text Font Color

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

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


#fe506a Background Color

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

This div background color is #fe506a


#fe506a Border Color

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

This div border color is #fe506a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe506a

Related Colors


Comments

No comments written yet.

Please login to write comment.