Color Hex Logo

#d96cae Color Hex

#D96CAE
(217,108,174)
0 Favorites   0 Comments

Color spaces of #d96cae

RGB 217108174
HSL0.900.590.64
HSV324°50°85°
CMYK 0.000.500.20   0.15
XYZ41.617828.532843.3583
Yxy28.53280.36660.2514
Hunter Lab53.416145.5956-10.7349
CIE-Lab60.367150.5109-15.4738

#d96cae color RGB value is (217,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101100 10101110
Octal 331 154 256
Decimal 217 108 174
Hex D9 6C AE

RGB Percentages of Color #d96cae

%43.49
%21.64
%34.87

CMYK Percentages of Color #d96cae

%0
%50
%20
%15

Triadic Colors of #d96cae

#d96cae #aed96c #6caed9

Analogous Colors of #d96cae

#d96cae #d96c78 #ce6cd9

Monochromatic Colors of #d96cae

#d96cae

Complementary Color

#d96cae #6cd997

#d96cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96cae Color CSS Codes

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

#d96cae Text Font Color

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

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


#d96cae Background Color

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

This div background color is #d96cae


#d96cae Border Color

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

This div border color is #d96cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96cae


Comments

No comments written yet.

Please login to write comment.