Color Hex Logo

#d0997c Color Hex

#D0997C
(208,153,124)
0 Favorites   0 Comments

Color spaces of #d0997c

RGB 208153124
HSL0.060.470.65
HSV21°40°82°
CMYK 0.000.260.40   0.18
XYZ41.041737.647624.1724
Yxy37.64760.39900.3660
Hunter Lab61.357612.021519.5925
CIE-Lab67.760116.884423.3123

#d0997c color RGB value is (208,153,124).

#d0997c hex color red value is 208, green value is 153 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d0997c hue: 0.06 , saturation: 0.47 and the lightness value of d0997c is 0.65.

The process color (four color CMYK) of #d0997c color hex is 0.00, 0.26, 0.40, 0.18. Web safe color of #d0997c is #cc9966. Color #d0997c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 01111100
Octal 320 231 174
Decimal 208 153 124
Hex D0 99 7C

RGB Percentages of Color #d0997c

%42.89
%31.55
%25.57

CMYK Percentages of Color #d0997c

%0
%26
%40
%18

Triadic Colors of #d0997c

#d0997c #7cd099 #997cd0

Analogous Colors of #d0997c

#d0997c #d0c37c #d07c89

Monochromatic Colors of #d0997c

#d0997c

Complementary Color

#d0997c #7cb3d0

#d0997c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0997c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0997c Color CSS Codes

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

#d0997c Text Font Color

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

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


#d0997c Background Color

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

This div background color is #d0997c


#d0997c Border Color

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

This div border color is #d0997c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,153,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 #d0997c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0997c


Comments

No comments written yet.

Please login to write comment.