Color Hex Logo

#d17dda Color Hex

#D17DDA
(209,125,218)
0 Favorites   0 Comments

Color spaces of #d17dda

RGB 209125218
HSL0.820.560.67
HSV294°43°85°
CMYK 0.040.430.00   0.15
XYZ46.283033.284570.3148
Yxy33.28450.30880.2221
Hunter Lab57.692742.2363-31.8766
CIE-Lab64.390646.8555-34.2679

#d17dda color RGB value is (209,125,218).

#d17dda hex color red value is 209, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d17dda hue: 0.82 , saturation: 0.56 and the lightness value of d17dda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111101 11011010
Octal 321 175 332
Decimal 209 125 218
Hex D1 7D DA

RGB Percentages of Color #d17dda

%37.86
%22.64
%39.49

CMYK Percentages of Color #d17dda

%4
%43
%0
%15

Triadic Colors of #d17dda

#d17dda #dad17d #7ddad1

Analogous Colors of #d17dda

#d17dda #da7db5 #a37dda

Monochromatic Colors of #d17dda

#d17dda

Complementary Color

#d17dda #86da7d

#d17dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17dda Color CSS Codes

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

#d17dda Text Font Color

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

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


#d17dda Background Color

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

This div background color is #d17dda


#d17dda Border Color

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

This div border color is #d17dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17dda


Comments

No comments written yet.

Please login to write comment.