Color Hex Logo

#fe5680 Color Hex

#FE5680
(254,86,128)
0 Favorites   0 Comments

Color spaces of #fe5680

RGB 25486128
HSL0.960.990.67
HSV345°66°100°
CMYK 0.000.660.50   0.00
XYZ48.097129.284923.5396
Yxy29.28490.47660.2902
Hunter Lab54.115563.946112.0904
CIE-Lab61.032266.405012.7787

#fe5680 color RGB value is (254,86,128).

#fe5680 hex color red value is 254, green value is 86 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fe5680 hue: 0.96 , saturation: 0.99 and the lightness value of fe5680 is 0.67.

The process color (four color CMYK) of #fe5680 color hex is 0.00, 0.66, 0.50, 0.00. Web safe color of #fe5680 is #ff6699. Color #fe5680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 10000000
Octal 376 126 200
Decimal 254 86 128
Hex FE 56 80

RGB Percentages of Color #fe5680

%54.27
%18.38
%27.35

CMYK Percentages of Color #fe5680

%0
%66
%50
%0

Triadic Colors of #fe5680

#fe5680 #80fe56 #5680fe

Analogous Colors of #fe5680

#fe5680 #fe8056 #fe56d4

Monochromatic Colors of #fe5680

#fe5680

Complementary Color

#fe5680 #56fed4

#fe5680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5680 Color CSS Codes

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

#fe5680 Text Font Color

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

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


#fe5680 Background Color

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

This div background color is #fe5680


#fe5680 Border Color

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

This div border color is #fe5680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5680


Comments

No comments written yet.

Please login to write comment.