Color Hex Logo

#fe8584 Color Hex

#FE8584
(254,133,132)
0 Favorites   0 Comments

Color spaces of #fe8584

RGB 254133132
HSL0.000.980.76
HSV48°100°
CMYK 0.000.480.48   0.00
XYZ53.425439.511826.6405
Yxy39.51180.44680.3304
Hunter Lab62.858441.710718.8727
CIE-Lab69.120445.743521.6689

#fe8584 color RGB value is (254,133,132).

#fe8584 hex color red value is 254, green value is 133 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fe8584 hue: 0.00 , saturation: 0.98 and the lightness value of fe8584 is 0.76.

The process color (four color CMYK) of #fe8584 color hex is 0.00, 0.48, 0.48, 0.00. Web safe color of #fe8584 is #ff9999. Color #fe8584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 10000100
Octal 376 205 204
Decimal 254 133 132
Hex FE 85 84

RGB Percentages of Color #fe8584

%48.94
%25.63
%25.43

CMYK Percentages of Color #fe8584

%0
%48
%48
%0

Triadic Colors of #fe8584

#fe8584 #84fe85 #8584fe

Analogous Colors of #fe8584

#fe8584 #fec284 #fe84c0

Monochromatic Colors of #fe8584

#fe8584

Complementary Color

#fe8584 #84fdfe

#fe8584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8584 Color CSS Codes

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

#fe8584 Text Font Color

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

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


#fe8584 Background Color

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

This div background color is #fe8584


#fe8584 Border Color

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

This div border color is #fe8584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8584


Comments

No comments written yet.

Please login to write comment.