Color Hex Logo

#da997b Color Hex

#DA997B
(218,153,123)
0 Favorites   0 Comments

Color spaces of #da997b

RGB 218153123
HSL0.050.560.67
HSV19°44°85°
CMYK 0.000.300.44   0.15
XYZ43.879839.118023.9767
Yxy39.11800.41020.3657
Hunter Lab62.544415.779121.0520
CIE-Lab68.836720.761825.4962

#da997b color RGB value is (218,153,123).

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

The process color (four color CMYK) of #da997b color hex is 0.00, 0.30, 0.44, 0.15. Web safe color of #da997b is #cc9966. Color #da997b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 01111011
Octal 332 231 173
Decimal 218 153 123
Hex DA 99 7B

RGB Percentages of Color #da997b

%44.13
%30.97
%24.90

CMYK Percentages of Color #da997b

%0
%30
%44
%15

Triadic Colors of #da997b

#da997b #7bda99 #997bda

Analogous Colors of #da997b

#da997b #dac97b #da7b8d

Monochromatic Colors of #da997b

#da997b

Complementary Color

#da997b #7bbcda

#da997b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da997b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da997b Color CSS Codes

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

#da997b Text Font Color

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

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


#da997b Background Color

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

This div background color is #da997b


#da997b Border Color

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

This div border color is #da997b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da997b


Comments

No comments written yet.

Please login to write comment.