Color Hex Logo

#fd846e Color Hex

#FD846E
(253,132,110)
0 Favorites   0 Comments

Color spaces of #fd846e

RGB 253132110
HSL0.030.970.71
HSV57°99°
CMYK 0.000.480.57   0.01
XYZ51.573738.511019.4670
Yxy38.51100.47080.3515
Hunter Lab62.057239.745324.8411
CIE-Lab68.395644.044332.8392

#fd846e color RGB value is (253,132,110).

#fd846e hex color red value is 253, green value is 132 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fd846e hue: 0.03 , saturation: 0.97 and the lightness value of fd846e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000100 01101110
Octal 375 204 156
Decimal 253 132 110
Hex FD 84 6E

RGB Percentages of Color #fd846e

%51.11
%26.67
%22.22

CMYK Percentages of Color #fd846e

%0
%48
%57
%1

Triadic Colors of #fd846e

#fd846e #6efd84 #846efd

Analogous Colors of #fd846e

#fd846e #fdcc6e #fd6ea0

Monochromatic Colors of #fd846e

#fd846e

Complementary Color

#fd846e #6ee7fd

#fd846e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd846e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd846e Color CSS Codes

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

#fd846e Text Font Color

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

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


#fd846e Background Color

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

This div background color is #fd846e


#fd846e Border Color

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

This div border color is #fd846e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd846e

Related Colors


Comments

No comments written yet.

Please login to write comment.