Color Hex Logo

#da9382 Color Hex

#DA9382
(218,147,130)
0 Favorites   0 Comments

Color spaces of #da9382

RGB 218147130
HSL0.030.540.68
HSV12°40°85°
CMYK 0.000.330.40   0.15
XYZ43.376437.384626.0489
Yxy37.38460.40610.3500
Hunter Lab61.142919.632417.5406
CIE-Lab67.564624.761419.9193

#da9382 color RGB value is (218,147,130).

#da9382 hex color red value is 218, green value is 147 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #da9382 hue: 0.03 , saturation: 0.54 and the lightness value of da9382 is 0.68.

The process color (four color CMYK) of #da9382 color hex is 0.00, 0.33, 0.40, 0.15. Web safe color of #da9382 is #cc9999. Color #da9382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 10000010
Octal 332 223 202
Decimal 218 147 130
Hex DA 93 82

RGB Percentages of Color #da9382

%44.04
%29.70
%26.26

CMYK Percentages of Color #da9382

%0
%33
%40
%15

Triadic Colors of #da9382

#da9382 #82da93 #9382da

Analogous Colors of #da9382

#da9382 #dabf82 #da829d

Monochromatic Colors of #da9382

#da9382

Complementary Color

#da9382 #82c9da

#da9382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9382 Color CSS Codes

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

#da9382 Text Font Color

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

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


#da9382 Background Color

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

This div background color is #da9382


#da9382 Border Color

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

This div border color is #da9382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9382


Comments

No comments written yet.

Please login to write comment.