Color Hex Logo

#da695b Color Hex

#DA695B
(218,105,91)
0 Favorites   0 Comments

Color spaces of #da695b

RGB 21810591
HSL0.020.630.61
HSV58°85°
CMYK 0.000.520.58   0.15
XYZ35.853325.763912.9808
Yxy25.76390.48060.3454
Hunter Lab50.758237.257720.3680
CIE-Lab57.812343.115128.8288

#da695b color RGB value is (218,105,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 01011011
Octal 332 151 133
Decimal 218 105 91
Hex DA 69 5B

RGB Percentages of Color #da695b

%52.66
%25.36
%21.98

CMYK Percentages of Color #da695b

%0
%52
%58
%15

Triadic Colors of #da695b

#da695b #5bda69 #695bda

Analogous Colors of #da695b

#da695b #daa95b #da5b8d

Monochromatic Colors of #da695b

#da695b

Complementary Color

#da695b #5bccda

#da695b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da695b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da695b Color CSS Codes

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

#da695b Text Font Color

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

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


#da695b Background Color

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

This div background color is #da695b


#da695b Border Color

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

This div border color is #da695b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da695b


Comments

No comments written yet.

Please login to write comment.