Color Hex Logo

#fd879d Color Hex

#FD879D
(253,135,157)
0 Favorites   0 Comments

Color spaces of #fd879d

RGB 253135157
HSL0.970.970.76
HSV349°47°99°
CMYK 0.000.470.38   0.01
XYZ55.257840.644936.8311
Yxy40.64490.41630.3062
Hunter Lab63.753443.145310.3748
CIE-Lab69.926446.93408.7965

#fd879d color RGB value is (253,135,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000111 10011101
Octal 375 207 235
Decimal 253 135 157
Hex FD 87 9D

RGB Percentages of Color #fd879d

%46.42
%24.77
%28.81

CMYK Percentages of Color #fd879d

%0
%47
%38
%1

Triadic Colors of #fd879d

#fd879d #9dfd87 #879dfd

Analogous Colors of #fd879d

#fd879d #fdac87 #fd87d8

Monochromatic Colors of #fd879d

#fd879d

Complementary Color

#fd879d #87fde7

#fd879d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd879d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd879d Color CSS Codes

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

#fd879d Text Font Color

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

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


#fd879d Background Color

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

This div background color is #fd879d


#fd879d Border Color

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

This div border color is #fd879d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd879d


Comments

No comments written yet.

Please login to write comment.