Color Hex Logo

#da685c Color Hex

#DA685C
(218,104,92)
0 Favorites   0 Comments

Color spaces of #da685c

RGB 21810492
HSL0.020.630.61
HSV58°85°
CMYK 0.000.520.58   0.15
XYZ35.795525.578813.1758
Yxy25.57880.48020.3431
Hunter Lab50.575537.828719.9568
CIE-Lab57.635143.684628.0329

#da685c color RGB value is (218,104,92).

#da685c hex color red value is 218, green value is 104 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #da685c hue: 0.02 , saturation: 0.63 and the lightness value of da685c is 0.61.

The process color (four color CMYK) of #da685c color hex is 0.00, 0.52, 0.58, 0.15. Web safe color of #da685c is #cc6666. Color #da685c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101000 01011100
Octal 332 150 134
Decimal 218 104 92
Hex DA 68 5C

RGB Percentages of Color #da685c

%52.66
%25.12
%22.22

CMYK Percentages of Color #da685c

%0
%52
%58
%15

Triadic Colors of #da685c

#da685c #5cda68 #685cda

Analogous Colors of #da685c

#da685c #daa75c #da5c8f

Monochromatic Colors of #da685c

#da685c

Complementary Color

#da685c #5cceda

#da685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da685c Color CSS Codes

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

#da685c Text Font Color

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

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


#da685c Background Color

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

This div background color is #da685c


#da685c Border Color

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

This div border color is #da685c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da685c


Comments

No comments written yet.

Please login to write comment.