Color Hex Logo

#fe506d Color Hex

#FE506D
(254,80,109)
0 Favorites   0 Comments

Color spaces of #fe506d

RGB 25480109
HSL0.970.990.65
HSV350°69°100°
CMYK 0.000.690.57   0.00
XYZ46.502027.912317.4047
Yxy27.91230.50650.3040
Hunter Lab52.832164.656817.4503
CIE-Lab59.809467.221522.1637

#fe506d color RGB value is (254,80,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 01101101
Octal 376 120 155
Decimal 254 80 109
Hex FE 50 6D

RGB Percentages of Color #fe506d

%57.34
%18.06
%24.60

CMYK Percentages of Color #fe506d

%0
%69
%57
%0

Triadic Colors of #fe506d

#fe506d #6dfe50 #506dfe

Analogous Colors of #fe506d

#fe506d #fe8a50 #fe50c4

Monochromatic Colors of #fe506d

#fe506d

Complementary Color

#fe506d #50fee1

#fe506d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe506d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe506d Color CSS Codes

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

#fe506d Text Font Color

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

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


#fe506d Background Color

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

This div background color is #fe506d


#fe506d Border Color

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

This div border color is #fe506d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe506d

Related Colors


Comments

No comments written yet.

Please login to write comment.