Color Hex Logo

#fe846f Color Hex

#FE846F
(254,132,111)
0 Favorites   0 Comments

Color spaces of #fe846f

RGB 254132111
HSL0.020.990.72
HSV56°100°
CMYK 0.000.480.56   0.00
XYZ51.993638.721119.7725
Yxy38.72110.47060.3505
Hunter Lab62.226340.250924.7189
CIE-Lab68.548844.487732.5170

#fe846f color RGB value is (254,132,111).

#fe846f hex color red value is 254, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fe846f hue: 0.02 , saturation: 0.99 and the lightness value of fe846f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000100 01101111
Octal 376 204 157
Decimal 254 132 111
Hex FE 84 6F

RGB Percentages of Color #fe846f

%51.11
%26.56
%22.33

CMYK Percentages of Color #fe846f

%0
%48
%56
%0

Triadic Colors of #fe846f

#fe846f #6ffe84 #846ffe

Analogous Colors of #fe846f

#fe846f #fecc6f #fe6fa2

Monochromatic Colors of #fe846f

#fe846f

Complementary Color

#fe846f #6fe9fe

#fe846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe846f Color CSS Codes

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

#fe846f Text Font Color

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

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


#fe846f Background Color

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

This div background color is #fe846f


#fe846f Border Color

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

This div border color is #fe846f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe846f

Related Colors


Comments

No comments written yet.

Please login to write comment.