Color Hex Logo

#fd826d Color Hex

#FD826D
(253,130,109)
0 Favorites   0 Comments

Color spaces of #fd826d

RGB 253130109
HSL0.020.970.71
HSV57°99°
CMYK 0.000.490.57   0.01
XYZ51.251037.952019.0923
Yxy37.95200.47330.3504
Hunter Lab61.605240.689824.7488
CIE-Lab67.985244.960632.8593

#fd826d color RGB value is (253,130,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000010 01101101
Octal 375 202 155
Decimal 253 130 109
Hex FD 82 6D

RGB Percentages of Color #fd826d

%51.42
%26.42
%22.15

CMYK Percentages of Color #fd826d

%0
%49
%57
%1

Triadic Colors of #fd826d

#fd826d #6dfd82 #826dfd

Analogous Colors of #fd826d

#fd826d #fdca6d #fd6da0

Monochromatic Colors of #fd826d

#fd826d

Complementary Color

#fd826d #6de8fd

#fd826d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd826d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd826d Color CSS Codes

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

#fd826d Text Font Color

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

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


#fd826d Background Color

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

This div background color is #fd826d


#fd826d Border Color

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

This div border color is #fd826d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd826d


Comments

No comments written yet.

Please login to write comment.