Color Hex Logo

#fd9682 Color Hex

#FD9682
(253,150,130)
0 Favorites   0 Comments

Color spaces of #fd9682

RGB 253150130
HSL0.030.970.75
HSV10°49°99°
CMYK 0.000.410.49   0.01
XYZ55.443644.307026.7490
Yxy44.30700.43830.3503
Hunter Lab66.563532.194222.7684
CIE-Lab72.433236.595927.2110

#fd9682 color RGB value is (253,150,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 10000010
Octal 375 226 202
Decimal 253 150 130
Hex FD 96 82

RGB Percentages of Color #fd9682

%47.47
%28.14
%24.39

CMYK Percentages of Color #fd9682

%0
%41
%49
%1

Triadic Colors of #fd9682

#fd9682 #82fd96 #9682fd

Analogous Colors of #fd9682

#fd9682 #fdd482 #fd82ac

Monochromatic Colors of #fd9682

#fd9682

Complementary Color

#fd9682 #82e9fd

#fd9682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9682 Color CSS Codes

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

#fd9682 Text Font Color

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

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


#fd9682 Background Color

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

This div background color is #fd9682


#fd9682 Border Color

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

This div border color is #fd9682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9682

Related Colors


Comments

No comments written yet.

Please login to write comment.