Color Hex Logo

#d59edb Color Hex

#D59EDB
(213,158,219)
0 Favorites   0 Comments

Color spaces of #d59edb

RGB 213158219
HSL0.820.460.74
HSV294°28°86°
CMYK 0.030.280.00   0.14
XYZ52.453643.714372.6909
Yxy43.71430.31060.2589
Hunter Lab66.116825.9082-18.9036
CIE-Lab72.037130.6541-23.0099

#d59edb color RGB value is (213,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011110 11011011
Octal 325 236 333
Decimal 213 158 219
Hex D5 9E DB

RGB Percentages of Color #d59edb

%36.10
%26.78
%37.12

CMYK Percentages of Color #d59edb

%3
%28
%0
%14

Triadic Colors of #d59edb

#d59edb #dbd59e #9edbd5

Analogous Colors of #d59edb

#d59edb #db9ec3 #b79edb

Monochromatic Colors of #d59edb

#d59edb

Complementary Color

#d59edb #a4db9e

#d59edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59edb Color CSS Codes

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

#d59edb Text Font Color

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

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


#d59edb Background Color

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

This div background color is #d59edb


#d59edb Border Color

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

This div border color is #d59edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,158,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59edb


Comments

No comments written yet.

Please login to write comment.