Color Hex Logo

#fe515c Color Hex

#FE515C
(254,81,92)
0 Favorites   0 Comments

Color spaces of #fe515c

RGB 2548192
HSL0.990.990.66
HSV356°68°100°
CMYK 0.000.680.64   0.00
XYZ45.747227.728413.0662
Yxy27.72840.52860.3204
Hunter Lab52.657862.923422.1485
CIE-Lab59.642665.797431.7691

#fe515c color RGB value is (254,81,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010001 01011100
Octal 376 121 134
Decimal 254 81 92
Hex FE 51 5C

RGB Percentages of Color #fe515c

%59.48
%18.97
%21.55

CMYK Percentages of Color #fe515c

%0
%68
%64
%0

Triadic Colors of #fe515c

#fe515c #5cfe51 #515cfe

Analogous Colors of #fe515c

#fe515c #fe9d51 #fe51b3

Monochromatic Colors of #fe515c

#fe515c

Complementary Color

#fe515c #51fef3

#fe515c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe515c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe515c Color CSS Codes

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

#fe515c Text Font Color

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

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


#fe515c Background Color

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

This div background color is #fe515c


#fe515c Border Color

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

This div border color is #fe515c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe515c


Comments

No comments written yet.

Please login to write comment.