Color Hex Logo

#d59edc Color Hex

#D59EDC
(213,158,220)
0 Favorites   0 Comments

Color spaces of #d59edc

RGB 213158220
HSL0.810.470.74
HSV293°28°86°
CMYK 0.030.280.00   0.14
XYZ52.585743.767273.3865
Yxy43.76720.30980.2578
Hunter Lab66.156826.1090-19.4596
CIE-Lab72.072630.8451-23.5045

#d59edc color RGB value is (213,158,220).

#d59edc hex color red value is 213, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d59edc hue: 0.81 , saturation: 0.47 and the lightness value of d59edc is 0.74.

The process color (four color CMYK) of #d59edc color hex is 0.03, 0.28, 0.00, 0.14. Web safe color of #d59edc is #cc99cc. Color #d59edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011110 11011100
Octal 325 236 334
Decimal 213 158 220
Hex D5 9E DC

RGB Percentages of Color #d59edc

%36.04
%26.73
%37.23

CMYK Percentages of Color #d59edc

%3
%28
%0
%14

Triadic Colors of #d59edc

#d59edc #dcd59e #9edcd5

Analogous Colors of #d59edc

#d59edc #dc9ec4 #b69edc

Monochromatic Colors of #d59edc

#d59edc

Complementary Color

#d59edc #a5dc9e

#d59edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59edc Color CSS Codes

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

#d59edc Text Font Color

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

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


#d59edc Background Color

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

This div background color is #d59edc


#d59edc Border Color

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

This div border color is #d59edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59edc


Comments

No comments written yet.

Please login to write comment.