Color Hex Logo

#d96eae Color Hex

#D96EAE
(217,110,174)
0 Favorites   0 Comments

Color spaces of #d96eae

RGB 217110174
HSL0.900.580.64
HSV324°49°85°
CMYK 0.000.490.20   0.15
XYZ41.831228.959643.4294
Yxy28.95960.36620.2535
Hunter Lab53.814144.5782-10.1787
CIE-Lab60.746049.5256-14.9009

#d96eae color RGB value is (217,110,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101110 10101110
Octal 331 156 256
Decimal 217 110 174
Hex D9 6E AE

RGB Percentages of Color #d96eae

%43.31
%21.96
%34.73

CMYK Percentages of Color #d96eae

%0
%49
%20
%15

Triadic Colors of #d96eae

#d96eae #aed96e #6eaed9

Analogous Colors of #d96eae

#d96eae #d96e79 #cf6ed9

Monochromatic Colors of #d96eae

#d96eae

Complementary Color

#d96eae #6ed999

#d96eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96eae Color CSS Codes

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

#d96eae Text Font Color

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

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


#d96eae Background Color

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

This div background color is #d96eae


#d96eae Border Color

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

This div border color is #d96eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96eae


Comments

No comments written yet.

Please login to write comment.