Color Hex Logo

#d17edc Color Hex

#D17EDC
(209,126,220)
0 Favorites   0 Comments

Color spaces of #d17edc

RGB 209126220
HSL0.810.570.68
HSV293°43°86°
CMYK 0.050.430.00   0.14
XYZ46.673633.644371.7442
Yxy33.64430.30690.2213
Hunter Lab58.003742.1264-32.7326
CIE-Lab64.679246.7149-34.9338

#d17edc color RGB value is (209,126,220).

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

The process color (four color CMYK) of #d17edc color hex is 0.05, 0.43, 0.00, 0.14. Web safe color of #d17edc is #cc66cc. Color #d17edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111110 11011100
Octal 321 176 334
Decimal 209 126 220
Hex D1 7E DC

RGB Percentages of Color #d17edc

%37.66
%22.70
%39.64

CMYK Percentages of Color #d17edc

%5
%43
%0
%14

Triadic Colors of #d17edc

#d17edc #dcd17e #7edcd1

Analogous Colors of #d17edc

#d17edc #dc7eb8 #a27edc

Monochromatic Colors of #d17edc

#d17edc

Complementary Color

#d17edc #89dc7e

#d17edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17edc Color CSS Codes

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

#d17edc Text Font Color

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

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


#d17edc Background Color

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

This div background color is #d17edc


#d17edc Border Color

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

This div border color is #d17edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17edc


Comments

No comments written yet.

Please login to write comment.