Color Hex Logo

#d98caa Color Hex

#D98CAA
(217,140,170)
0 Favorites   0 Comments

Color spaces of #d98caa

RGB 217140170
HSL0.940.500.70
HSV337°35°85°
CMYK 0.000.350.22   0.15
XYZ45.249136.410242.6732
Yxy36.41020.36390.2928
Hunter Lab60.340928.25910.3086
CIE-Lab66.832233.3804-3.5479

#d98caa color RGB value is (217,140,170).

#d98caa hex color red value is 217, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d98caa hue: 0.94 , saturation: 0.50 and the lightness value of d98caa is 0.70.

The process color (four color CMYK) of #d98caa color hex is 0.00, 0.35, 0.22, 0.15. Web safe color of #d98caa is #cc9999. Color #d98caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 10101010
Octal 331 214 252
Decimal 217 140 170
Hex D9 8C AA

RGB Percentages of Color #d98caa

%41.18
%26.57
%32.26

CMYK Percentages of Color #d98caa

%0
%35
%22
%15

Triadic Colors of #d98caa

#d98caa #aad98c #8caad9

Analogous Colors of #d98caa

#d98caa #d9958c #d98cd1

Monochromatic Colors of #d98caa

#d98caa

Complementary Color

#d98caa #8cd9bb

#d98caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98caa Color CSS Codes

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

#d98caa Text Font Color

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

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


#d98caa Background Color

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

This div background color is #d98caa


#d98caa Border Color

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

This div border color is #d98caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,140,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d98caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d98caa;
  -webkit-box-shadow: 1px 1px 3px 2px #d98caa;
  box-shadow:         1px 1px 3px 2px #d98caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,140,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98caa


Comments

No comments written yet.

Please login to write comment.