Color Hex Logo

#fd879e Color Hex

#FD879E
(253,135,158)
1 Favorites   0 Comments

Color spaces of #fd879e

RGB 253135158
HSL0.970.970.76
HSV348°47°99°
CMYK 0.000.470.38   0.01
XYZ55.343540.679237.2827
Yxy40.67920.41520.3052
Hunter Lab63.780243.27299.9882
CIE-Lab69.950647.04548.2709

#fd879e color RGB value is (253,135,158).

#fd879e hex color red value is 253, green value is 135 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fd879e hue: 0.97 , saturation: 0.97 and the lightness value of fd879e is 0.76.

The process color (four color CMYK) of #fd879e color hex is 0.00, 0.47, 0.38, 0.01. Web safe color of #fd879e is #ff9999. Color #fd879e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000111 10011110
Octal 375 207 236
Decimal 253 135 158
Hex FD 87 9E

RGB Percentages of Color #fd879e

%46.34
%24.73
%28.94

CMYK Percentages of Color #fd879e

%0
%47
%38
%1

Triadic Colors of #fd879e

#fd879e #9efd87 #879efd

Analogous Colors of #fd879e

#fd879e #fdab87 #fd87d9

Monochromatic Colors of #fd879e

#fd879e

Complementary Color

#fd879e #87fde6

#fd879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd879e Color CSS Codes

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

#fd879e Text Font Color

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

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


#fd879e Background Color

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

This div background color is #fd879e


#fd879e Border Color

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

This div border color is #fd879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd879e


Comments

No comments written yet.

Please login to write comment.