Color Hex Logo

#d15daa Color Hex

#D15DAA
(209,93,170)
0 Favorites   0 Comments

Color spaces of #d15daa

RGB 20993170
HSL0.890.560.59
HSV320°56°82°
CMYK 0.000.560.19   0.18
XYZ37.464524.286340.7433
Yxy24.28630.36550.2370
Hunter Lab49.281149.4573-14.5214
CIE-Lab56.373354.6501-19.3399

#d15daa color RGB value is (209,93,170).

#d15daa hex color red value is 209, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d15daa hue: 0.89 , saturation: 0.56 and the lightness value of d15daa is 0.59.

The process color (four color CMYK) of #d15daa color hex is 0.00, 0.56, 0.19, 0.18. Web safe color of #d15daa is #cc6699. Color #d15daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011101 10101010
Octal 321 135 252
Decimal 209 93 170
Hex D1 5D AA

RGB Percentages of Color #d15daa

%44.28
%19.70
%36.02

CMYK Percentages of Color #d15daa

%0
%56
%19
%18

Triadic Colors of #d15daa

#d15daa #aad15d #5daad1

Analogous Colors of #d15daa

#d15daa #d15d70 #be5dd1

Monochromatic Colors of #d15daa

#d15daa

Complementary Color

#d15daa #5dd184

#d15daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15daa Color CSS Codes

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

#d15daa Text Font Color

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

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


#d15daa Background Color

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

This div background color is #d15daa


#d15daa Border Color

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

This div border color is #d15daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,93,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d15daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d15daa;
  -webkit-box-shadow: 1px 1px 3px 2px #d15daa;
  box-shadow:         1px 1px 3px 2px #d15daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,93,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15daa


Comments

No comments written yet.

Please login to write comment.