Color Hex Logo

#d59bdc Color Hex

#D59BDC
(213,155,220)
0 Favorites   0 Comments

Color spaces of #d59bdc

RGB 213155220
HSL0.820.480.74
HSV294°30°86°
CMYK 0.030.300.00   0.14
XYZ52.080242.756173.2180
Yxy42.75610.30990.2544
Hunter Lab65.388127.7420-20.6179
CIE-Lab71.389132.4717-24.5487

#d59bdc color RGB value is (213,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011011 11011100
Octal 325 233 334
Decimal 213 155 220
Hex D5 9B DC

RGB Percentages of Color #d59bdc

%36.22
%26.36
%37.41

CMYK Percentages of Color #d59bdc

%3
%30
%0
%14

Triadic Colors of #d59bdc

#d59bdc #dcd59b #9bdcd5

Analogous Colors of #d59bdc

#d59bdc #dc9bc3 #b59bdc

Monochromatic Colors of #d59bdc

#d59bdc

Complementary Color

#d59bdc #a2dc9b

#d59bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59bdc Color CSS Codes

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

#d59bdc Text Font Color

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

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


#d59bdc Background Color

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

This div background color is #d59bdc


#d59bdc Border Color

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

This div border color is #d59bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59bdc


Comments

No comments written yet.

Please login to write comment.