Color Hex Logo

#da7532 Color Hex

#DA7532
(218,117,50)
0 Favorites   0 Comments

Color spaces of #da7532

RGB 21811750
HSL0.070.690.53
HSV24°77°85°
CMYK 0.000.460.77   0.15
XYZ35.850527.85836.5053
Yxy27.85830.51060.3968
Hunter Lab52.781028.876229.6391
CIE-Lab59.760534.708152.4349

#da7532 color RGB value is (218,117,50).

#da7532 hex color red value is 218, green value is 117 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #da7532 hue: 0.07 , saturation: 0.69 and the lightness value of da7532 is 0.53.

The process color (four color CMYK) of #da7532 color hex is 0.00, 0.46, 0.77, 0.15. Web safe color of #da7532 is #cc6633. Color #da7532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 00110010
Octal 332 165 62
Decimal 218 117 50
Hex DA 75 32

RGB Percentages of Color #da7532

%56.62
%30.39
%12.99

CMYK Percentages of Color #da7532

%0
%46
%77
%15

Triadic Colors of #da7532

#da7532 #32da75 #7532da

Analogous Colors of #da7532

#da7532 #dac932 #da3243

Monochromatic Colors of #da7532

#da7532

Complementary Color

#da7532 #3297da

#da7532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7532 Color CSS Codes

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

#da7532 Text Font Color

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

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


#da7532 Background Color

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

This div background color is #da7532


#da7532 Border Color

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

This div border color is #da7532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7532


Comments

No comments written yet.

Please login to write comment.