Color Hex Logo

#d96caa Color Hex

#D96CAA
(217,108,170)
0 Favorites   0 Comments

Color spaces of #d96caa

RGB 217108170
HSL0.910.590.64
HSV326°50°85°
CMYK 0.000.500.22   0.15
XYZ41.233528.379141.3347
Yxy28.37910.37160.2558
Hunter Lab53.272044.9361-8.7137
CIE-Lab60.229749.9307-13.3849

#d96caa color RGB value is (217,108,170).

#d96caa hex color red value is 217, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d96caa hue: 0.91 , saturation: 0.59 and the lightness value of d96caa is 0.64.

The process color (four color CMYK) of #d96caa color hex is 0.00, 0.50, 0.22, 0.15. Web safe color of #d96caa is #cc6699. Color #d96caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101100 10101010
Octal 331 154 252
Decimal 217 108 170
Hex D9 6C AA

RGB Percentages of Color #d96caa

%43.84
%21.82
%34.34

CMYK Percentages of Color #d96caa

%0
%50
%22
%15

Triadic Colors of #d96caa

#d96caa #aad96c #6caad9

Analogous Colors of #d96caa

#d96caa #d96c74 #d26cd9

Monochromatic Colors of #d96caa

#d96caa

Complementary Color

#d96caa #6cd99b

#d96caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96caa Color CSS Codes

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

#d96caa Text Font Color

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

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


#d96caa Background Color

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

This div background color is #d96caa


#d96caa Border Color

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

This div border color is #d96caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96caa


Comments

No comments written yet.

Please login to write comment.