Color Hex Logo

#da832b Color Hex

#DA832B
(218,131,43)
0 Favorites   0 Comments

Color spaces of #da832b

RGB 21813143
HSL0.080.700.51
HSV30°80°85°
CMYK 0.000.400.80   0.15
XYZ37.465831.31246.3547
Yxy31.31240.49870.4168
Hunter Lab55.957521.587432.4371
CIE-Lab62.770527.080358.2326

#da832b color RGB value is (218,131,43).

#da832b hex color red value is 218, green value is 131 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #da832b hue: 0.08 , saturation: 0.70 and the lightness value of da832b is 0.51.

The process color (four color CMYK) of #da832b color hex is 0.00, 0.40, 0.80, 0.15. Web safe color of #da832b is #cc9933. Color #da832b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 00101011
Octal 332 203 53
Decimal 218 131 43
Hex DA 83 2B

RGB Percentages of Color #da832b

%55.61
%33.42
%10.97

CMYK Percentages of Color #da832b

%0
%40
%80
%15

Triadic Colors of #da832b

#da832b #2bda83 #832bda

Analogous Colors of #da832b

#da832b #dada2b #da2b2b

Monochromatic Colors of #da832b

#da832b

Complementary Color

#da832b #2b82da

#da832b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da832b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da832b Color CSS Codes

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

#da832b Text Font Color

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

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


#da832b Background Color

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

This div background color is #da832b


#da832b Border Color

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

This div border color is #da832b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da832b


Comments

No comments written yet.

Please login to write comment.