Color Hex Logo

#d49680 Color Hex

#D49680
(212,150,128)
0 Favorites   0 Comments

Color spaces of #d49680

RGB 212150128
HSL0.040.490.67
HSV16°40°83°
CMYK 0.000.290.40   0.17
XYZ41.954037.368325.4237
Yxy37.36830.40050.3568
Hunter Lab61.129615.529918.1321
CIE-Lab67.552420.559120.8997

#d49680 color RGB value is (212,150,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010110 10000000
Octal 324 226 200
Decimal 212 150 128
Hex D4 96 80

RGB Percentages of Color #d49680

%43.27
%30.61
%26.12

CMYK Percentages of Color #d49680

%0
%29
%40
%17

Triadic Colors of #d49680

#d49680 #80d496 #9680d4

Analogous Colors of #d49680

#d49680 #d4c080 #d48094

Monochromatic Colors of #d49680

#d49680

Complementary Color

#d49680 #80bed4

#d49680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49680 Color CSS Codes

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

#d49680 Text Font Color

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

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


#d49680 Background Color

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

This div background color is #d49680


#d49680 Border Color

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

This div border color is #d49680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49680


Comments

No comments written yet.

Please login to write comment.