Color Hex Logo

#fe8592 Color Hex

#FE8592
(254,133,146)
0 Favorites   0 Comments

Color spaces of #fe8592

RGB 254133146
HSL0.980.980.76
HSV354°48°100°
CMYK 0.000.480.43   0.00
XYZ54.448939.921232.0299
Yxy39.92120.43080.3158
Hunter Lab63.183243.253914.1720
CIE-Lab69.413447.099114.2511

#fe8592 color RGB value is (254,133,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 10010010
Octal 376 205 222
Decimal 254 133 146
Hex FE 85 92

RGB Percentages of Color #fe8592

%47.65
%24.95
%27.39

CMYK Percentages of Color #fe8592

%0
%48
%43
%0

Triadic Colors of #fe8592

#fe8592 #92fe85 #8592fe

Analogous Colors of #fe8592

#fe8592 #feb585 #fe85cf

Monochromatic Colors of #fe8592

#fe8592

Complementary Color

#fe8592 #85fef1

#fe8592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8592 Color CSS Codes

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

#fe8592 Text Font Color

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

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


#fe8592 Background Color

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

This div background color is #fe8592


#fe8592 Border Color

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

This div border color is #fe8592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8592

Related Colors


Comments

No comments written yet.

Please login to write comment.