Color Hex Logo

#da834d Color Hex

#DA834D
(218,131,77)
0 Favorites   0 Comments

Color spaces of #da834d

RGB 21813177
HSL0.060.660.58
HSV23°65°85°
CMYK 0.000.400.65   0.15
XYZ38.369331.673811.1126
Yxy31.67380.47280.3903
Hunter Lab56.279523.205727.6886
CIE-Lab63.072428.702742.8668

#da834d color RGB value is (218,131,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 01001101
Octal 332 203 115
Decimal 218 131 77
Hex DA 83 4D

RGB Percentages of Color #da834d

%51.17
%30.75
%18.08

CMYK Percentages of Color #da834d

%0
%40
%65
%15

Triadic Colors of #da834d

#da834d #4dda83 #834dda

Analogous Colors of #da834d

#da834d #daca4d #da4d5d

Monochromatic Colors of #da834d

#da834d

Complementary Color

#da834d #4da4da

#da834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da834d Color CSS Codes

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

#da834d Text Font Color

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

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


#da834d Background Color

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

This div background color is #da834d


#da834d Border Color

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

This div border color is #da834d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da834d


Comments

No comments written yet.

Please login to write comment.