Color Hex Logo

#d17add Color Hex

#D17ADD
(209,122,221)
0 Favorites   0 Comments

Color spaces of #d17add

RGB 209122221
HSL0.810.590.67
HSV293°45°87°
CMYK 0.050.450.00   0.13
XYZ46.305232.694872.2768
Yxy32.69480.30610.2161
Hunter Lab57.179444.4896-34.9192
CIE-Lab63.913048.9770-36.6844

#d17add color RGB value is (209,122,221).

#d17add hex color red value is 209, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d17add hue: 0.81 , saturation: 0.59 and the lightness value of d17add is 0.67.

The process color (four color CMYK) of #d17add color hex is 0.05, 0.45, 0.00, 0.13. Web safe color of #d17add is #cc66cc. Color #d17add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111010 11011101
Octal 321 172 335
Decimal 209 122 221
Hex D1 7A DD

RGB Percentages of Color #d17add

%37.86
%22.10
%40.04

CMYK Percentages of Color #d17add

%5
%45
%0
%13

Triadic Colors of #d17add

#d17add #ddd17a #7addd1

Analogous Colors of #d17add

#d17add #dd7ab8 #a07add

Monochromatic Colors of #d17add

#d17add

Complementary Color

#d17add #86dd7a

#d17add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17add Color CSS Codes

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

#d17add Text Font Color

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

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


#d17add Background Color

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

This div background color is #d17add


#d17add Border Color

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

This div border color is #d17add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17add


Comments

No comments written yet.

Please login to write comment.