Color Hex Logo

#d49682 Color Hex

#D49682
(212,150,130)
0 Favorites   0 Comments

Color spaces of #d49682

RGB 212150130
HSL0.040.490.67
HSV15°39°83°
CMYK 0.000.290.39   0.17
XYZ42.087037.421426.1239
Yxy37.42140.39840.3543
Hunter Lab61.173015.755117.5014
CIE-Lab67.592020.790519.8475

#d49682 color RGB value is (212,150,130).

#d49682 hex color red value is 212, green value is 150 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d49682 hue: 0.04 , saturation: 0.49 and the lightness value of d49682 is 0.67.

The process color (four color CMYK) of #d49682 color hex is 0.00, 0.29, 0.39, 0.17. Web safe color of #d49682 is #cc9999. Color #d49682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010110 10000010
Octal 324 226 202
Decimal 212 150 130
Hex D4 96 82

RGB Percentages of Color #d49682

%43.09
%30.49
%26.42

CMYK Percentages of Color #d49682

%0
%29
%39
%17

Triadic Colors of #d49682

#d49682 #82d496 #9682d4

Analogous Colors of #d49682

#d49682 #d4bf82 #d48297

Monochromatic Colors of #d49682

#d49682

Complementary Color

#d49682 #82c0d4

#d49682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49682 Color CSS Codes

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

#d49682 Text Font Color

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

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


#d49682 Background Color

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

This div background color is #d49682


#d49682 Border Color

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

This div border color is #d49682


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,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 #d49682">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49682


Comments

No comments written yet.

Please login to write comment.