Color Hex Logo

#d17ede Color Hex

#D17EDE
(209,126,222)
0 Favorites   0 Comments

Color spaces of #d17ede

RGB 209126222
HSL0.810.590.68
HSV292°43°87°
CMYK 0.060.430.00   0.13
XYZ46.940233.750973.1478
Yxy33.75090.30510.2194
Hunter Lab58.095542.5578-33.9849
CIE-Lab64.764447.0977-35.9146

#d17ede color RGB value is (209,126,222).

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

The process color (four color CMYK) of #d17ede color hex is 0.06, 0.43, 0.00, 0.13. Web safe color of #d17ede is #cc66cc. Color #d17ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111110 11011110
Octal 321 176 336
Decimal 209 126 222
Hex D1 7E DE

RGB Percentages of Color #d17ede

%37.52
%22.62
%39.86

CMYK Percentages of Color #d17ede

%6
%43
%0
%13

Triadic Colors of #d17ede

#d17ede #ded17e #7eded1

Analogous Colors of #d17ede

#d17ede #de7ebb #a17ede

Monochromatic Colors of #d17ede

#d17ede

Complementary Color

#d17ede #8bde7e

#d17ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17ede Color CSS Codes

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

#d17ede Text Font Color

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

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


#d17ede Background Color

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

This div background color is #d17ede


#d17ede Border Color

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

This div border color is #d17ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17ede


Comments

No comments written yet.

Please login to write comment.