Color Hex Logo

#d17ebd Color Hex

#D17EBD
(209,126,189)
0 Favorites   0 Comments

Color spaces of #d17ebd

RGB 209126189
HSL0.870.470.66
HSV314°40°82°
CMYK 0.000.400.10   0.18
XYZ42.940732.151152.0867
Yxy32.15110.33760.2528
Hunter Lab56.701935.9507-14.7727
CIE-Lab63.467641.1277-19.4045

#d17ebd color RGB value is (209,126,189).

#d17ebd hex color red value is 209, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d17ebd hue: 0.87 , saturation: 0.47 and the lightness value of d17ebd is 0.66.

The process color (four color CMYK) of #d17ebd color hex is 0.00, 0.40, 0.10, 0.18. Web safe color of #d17ebd is #cc66cc. Color #d17ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111110 10111101
Octal 321 176 275
Decimal 209 126 189
Hex D1 7E BD

RGB Percentages of Color #d17ebd

%39.89
%24.05
%36.07

CMYK Percentages of Color #d17ebd

%0
%40
%10
%18

Triadic Colors of #d17ebd

#d17ebd #bdd17e #7ebdd1

Analogous Colors of #d17ebd

#d17ebd #d17e94 #bc7ed1

Monochromatic Colors of #d17ebd

#d17ebd

Complementary Color

#d17ebd #7ed192

#d17ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17ebd Color CSS Codes

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

#d17ebd Text Font Color

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

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


#d17ebd Background Color

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

This div background color is #d17ebd


#d17ebd Border Color

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

This div border color is #d17ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17ebd


Comments

No comments written yet.

Please login to write comment.