Color Hex Logo

#d96ebd Color Hex

#D96EBD
(217,110,189)
0 Favorites   0 Comments

Color spaces of #d96ebd

RGB 217110189
HSL0.880.580.64
HSV316°49°85°
CMYK 0.000.490.13   0.15
XYZ43.376529.577751.5670
Yxy29.57770.34830.2375
Hunter Lab54.385447.1930-18.1477
CIE-Lab61.288151.8154-22.6402

#d96ebd color RGB value is (217,110,189).

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

The process color (four color CMYK) of #d96ebd color hex is 0.00, 0.49, 0.13, 0.15. Web safe color of #d96ebd is #cc66cc. Color #d96ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101110 10111101
Octal 331 156 275
Decimal 217 110 189
Hex D9 6E BD

RGB Percentages of Color #d96ebd

%42.05
%21.32
%36.63

CMYK Percentages of Color #d96ebd

%0
%49
%13
%15

Triadic Colors of #d96ebd

#d96ebd #bdd96e #6ebdd9

Analogous Colors of #d96ebd

#d96ebd #d96e88 #c06ed9

Monochromatic Colors of #d96ebd

#d96ebd

Complementary Color

#d96ebd #6ed98a

#d96ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96ebd Color CSS Codes

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

#d96ebd Text Font Color

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

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


#d96ebd Background Color

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

This div background color is #d96ebd


#d96ebd Border Color

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

This div border color is #d96ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96ebd


Comments

No comments written yet.

Please login to write comment.