Color Hex Logo

#da8372 Color Hex

#DA8372
(218,131,114)
0 Favorites   0 Comments

Color spaces of #da8372

RGB 218131114
HSL0.030.580.65
HSV10°48°85°
CMYK 0.000.400.48   0.15
XYZ40.067032.352920.0526
Yxy32.35290.43330.3499
Hunter Lab56.879626.199218.9134
CIE-Lab63.633531.655723.5101

#da8372 color RGB value is (218,131,114).

#da8372 hex color red value is 218, green value is 131 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #da8372 hue: 0.03 , saturation: 0.58 and the lightness value of da8372 is 0.65.

The process color (four color CMYK) of #da8372 color hex is 0.00, 0.40, 0.48, 0.15. Web safe color of #da8372 is #cc9966. Color #da8372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 01110010
Octal 332 203 162
Decimal 218 131 114
Hex DA 83 72

RGB Percentages of Color #da8372

%47.08
%28.29
%24.62

CMYK Percentages of Color #da8372

%0
%40
%48
%15

Triadic Colors of #da8372

#da8372 #72da83 #8372da

Analogous Colors of #da8372

#da8372 #dab772 #da7295

Monochromatic Colors of #da8372

#da8372

Complementary Color

#da8372 #72c9da

#da8372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8372 Color CSS Codes

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

#da8372 Text Font Color

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

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


#da8372 Background Color

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

This div background color is #da8372


#da8372 Border Color

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

This div border color is #da8372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,131,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8372


Comments

No comments written yet.

Please login to write comment.