Color Hex Logo

#da682d Color Hex

#DA682D
(218,104,45)
0 Favorites   0 Comments

Color spaces of #da682d

RGB 21810445
HSL0.060.700.52
HSV20°79°85°
CMYK 0.000.520.79   0.15
XYZ34.337424.99555.4975
Yxy24.99550.52960.3856
Hunter Lab49.995535.103428.4773
CIE-Lab57.071041.144952.0640

#da682d color RGB value is (218,104,45).

#da682d hex color red value is 218, green value is 104 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #da682d hue: 0.06 , saturation: 0.70 and the lightness value of da682d is 0.52.

The process color (four color CMYK) of #da682d color hex is 0.00, 0.52, 0.79, 0.15. Web safe color of #da682d is #cc6633. Color #da682d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101000 00101101
Octal 332 150 55
Decimal 218 104 45
Hex DA 68 2D

RGB Percentages of Color #da682d

%59.40
%28.34
%12.26

CMYK Percentages of Color #da682d

%0
%52
%79
%15

Triadic Colors of #da682d

#da682d #2dda68 #682dda

Analogous Colors of #da682d

#da682d #dabf2d #da2d48

Monochromatic Colors of #da682d

#da682d

Complementary Color

#da682d #2d9fda

#da682d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da682d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da682d Color CSS Codes

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

#da682d Text Font Color

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

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


#da682d Background Color

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

This div background color is #da682d


#da682d Border Color

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

This div border color is #da682d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da682d


Comments

No comments written yet.

Please login to write comment.