Color Hex Logo

#d96cda Color Hex

#D96CDA
(217,108,218)
0 Favorites   0 Comments

Color spaces of #d96cda

RGB 217108218
HSL0.830.600.64
HSV299°50°85°
CMYK 0.000.500.00   0.15
XYZ46.632730.538869.7664
Yxy30.53880.31740.2078
Hunter Lab55.261953.9186-36.1684
CIE-Lab62.116457.6466-37.7384

#d96cda color RGB value is (217,108,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101100 11011010
Octal 331 154 332
Decimal 217 108 218
Hex D9 6C DA

RGB Percentages of Color #d96cda

%39.96
%19.89
%40.15

CMYK Percentages of Color #d96cda

%0
%50
%0
%15

Triadic Colors of #d96cda

#d96cda #dad96c #6cdad9

Analogous Colors of #d96cda

#d96cda #da6ca4 #a26cda

Monochromatic Colors of #d96cda

#d96cda

Complementary Color

#d96cda #6dda6c

#d96cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96cda Color CSS Codes

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

#d96cda Text Font Color

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

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


#d96cda Background Color

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

This div background color is #d96cda


#d96cda Border Color

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

This div border color is #d96cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96cda


Comments

No comments written yet.

Please login to write comment.