Color Hex Logo

#da967c Color Hex

#DA967C
(218,150,124)
0 Favorites   0 Comments

Color spaces of #da967c

RGB 218150124
HSL0.050.560.67
HSV17°43°85°
CMYK 0.000.310.43   0.15
XYZ43.457938.173424.1465
Yxy38.17340.41080.3609
Hunter Lab61.784617.429720.0777
CIE-Lab68.148222.486724.0248

#da967c color RGB value is (218,150,124).

#da967c hex color red value is 218, green value is 150 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #da967c hue: 0.05 , saturation: 0.56 and the lightness value of da967c is 0.67.

The process color (four color CMYK) of #da967c color hex is 0.00, 0.31, 0.43, 0.15. Web safe color of #da967c is #cc9966. Color #da967c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 01111100
Octal 332 226 174
Decimal 218 150 124
Hex DA 96 7C

RGB Percentages of Color #da967c

%44.31
%30.49
%25.20

CMYK Percentages of Color #da967c

%0
%31
%43
%15

Triadic Colors of #da967c

#da967c #7cda96 #967cda

Analogous Colors of #da967c

#da967c #dac57c #da7c91

Monochromatic Colors of #da967c

#da967c

Complementary Color

#da967c #7cc0da

#da967c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da967c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da967c Color CSS Codes

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

#da967c Text Font Color

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

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


#da967c Background Color

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

This div background color is #da967c


#da967c Border Color

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

This div border color is #da967c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da967c


Comments

No comments written yet.

Please login to write comment.