Color Hex Logo

#da682f Color Hex

#DA682F
(218,104,47)
0 Favorites   0 Comments

Color spaces of #da682f

RGB 21810447
HSL0.060.700.52
HSV20°78°85°
CMYK 0.000.520.78   0.15
XYZ34.376825.01135.7051
Yxy25.01130.52810.3842
Hunter Lab50.011335.177728.2443
CIE-Lab57.086441.214751.1716

#da682f color RGB value is (218,104,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101000 00101111
Octal 332 150 57
Decimal 218 104 47
Hex DA 68 2F

RGB Percentages of Color #da682f

%59.08
%28.18
%12.74

CMYK Percentages of Color #da682f

%0
%52
%78
%15

Triadic Colors of #da682f

#da682f #2fda68 #682fda

Analogous Colors of #da682f

#da682f #dabe2f #da2f4c

Monochromatic Colors of #da682f

#da682f

Complementary Color

#da682f #2fa1da

#da682f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da682f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da682f Color CSS Codes

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

#da682f Text Font Color

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

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


#da682f Background Color

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

This div background color is #da682f


#da682f Border Color

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

This div border color is #da682f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da682f


Comments

No comments written yet.

Please login to write comment.