Color Hex Logo

#fe505c Color Hex

#FE505C
(254,80,92)
0 Favorites   0 Comments

Color spaces of #fe505c

RGB 2548092
HSL0.990.990.65
HSV356°69°100°
CMYK 0.000.690.64   0.00
XYZ45.673527.580913.0416
Yxy27.58090.52930.3196
Hunter Lab52.517563.332422.0389
CIE-Lab59.508266.166031.5994

#fe505c color RGB value is (254,80,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 01011100
Octal 376 120 134
Decimal 254 80 92
Hex FE 50 5C

RGB Percentages of Color #fe505c

%59.62
%18.78
%21.60

CMYK Percentages of Color #fe505c

%0
%69
%64
%0

Triadic Colors of #fe505c

#fe505c #5cfe50 #505cfe

Analogous Colors of #fe505c

#fe505c #fe9b50 #fe50b3

Monochromatic Colors of #fe505c

#fe505c

Complementary Color

#fe505c #50fef2

#fe505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe505c Color CSS Codes

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

#fe505c Text Font Color

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

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


#fe505c Background Color

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

This div background color is #fe505c


#fe505c Border Color

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

This div border color is #fe505c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe505c


Comments

No comments written yet.

Please login to write comment.