Color Hex Logo

#fd829c Color Hex

#FD829C
(253,130,156)
0 Favorites   0 Comments

Color spaces of #fd829c

RGB 253130156
HSL0.960.970.75
HSV347°49°99°
CMYK 0.000.490.38   0.01
XYZ54.491439.248236.1561
Yxy39.24820.41950.3022
Hunter Lab62.648445.62429.6360
CIE-Lab68.930749.28777.9362

#fd829c color RGB value is (253,130,156).

#fd829c hex color red value is 253, green value is 130 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fd829c hue: 0.96 , saturation: 0.97 and the lightness value of fd829c is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000010 10011100
Octal 375 202 234
Decimal 253 130 156
Hex FD 82 9C

RGB Percentages of Color #fd829c

%46.94
%24.12
%28.94

CMYK Percentages of Color #fd829c

%0
%49
%38
%1

Triadic Colors of #fd829c

#fd829c #9cfd82 #829cfd

Analogous Colors of #fd829c

#fd829c #fda682 #fd82da

Monochromatic Colors of #fd829c

#fd829c

Complementary Color

#fd829c #82fde3

#fd829c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd829c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd829c Color CSS Codes

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

#fd829c Text Font Color

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

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


#fd829c Background Color

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

This div background color is #fd829c


#fd829c Border Color

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

This div border color is #fd829c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd829c


Comments

No comments written yet.

Please login to write comment.