Color Hex Logo

#d96dbb Color Hex

#D96DBB
(217,109,187)
0 Favorites   0 Comments

Color spaces of #d96dbb

RGB 217109187
HSL0.880.590.64
HSV317°50°85°
CMYK 0.000.500.14   0.15
XYZ43.053629.276850.3955
Yxy29.27680.35080.2386
Hunter Lab54.108047.3428-17.3463
CIE-Lab61.025151.9914-21.9040

#d96dbb color RGB value is (217,109,187).

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

The process color (four color CMYK) of #d96dbb color hex is 0.00, 0.50, 0.14, 0.15. Web safe color of #d96dbb is #cc66cc. Color #d96dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101101 10111011
Octal 331 155 273
Decimal 217 109 187
Hex D9 6D BB

RGB Percentages of Color #d96dbb

%42.30
%21.25
%36.45

CMYK Percentages of Color #d96dbb

%0
%50
%14
%15

Triadic Colors of #d96dbb

#d96dbb #bbd96d #6dbbd9

Analogous Colors of #d96dbb

#d96dbb #d96d85 #c16dd9

Monochromatic Colors of #d96dbb

#d96dbb

Complementary Color

#d96dbb #6dd98b

#d96dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96dbb Color CSS Codes

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

#d96dbb Text Font Color

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

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


#d96dbb Background Color

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

This div background color is #d96dbb


#d96dbb Border Color

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

This div border color is #d96dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96dbb


Comments

No comments written yet.

Please login to write comment.