Color Hex Logo

#d589db Color Hex

#D589DB
(213,137,219)
0 Favorites   0 Comments

Color spaces of #d589db

RGB 213137219
HSL0.820.530.70
HSV296°37°86°
CMYK 0.030.370.00   0.14
XYZ49.172437.151971.5972
Yxy37.15190.31140.2353
Hunter Lab60.952437.3356-26.9779
CIE-Lab67.390841.9447-30.1397

#d589db color RGB value is (213,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001001 11011011
Octal 325 211 333
Decimal 213 137 219
Hex D5 89 DB

RGB Percentages of Color #d589db

%37.43
%24.08
%38.49

CMYK Percentages of Color #d589db

%3
%37
%0
%14

Triadic Colors of #d589db

#d589db #dbd589 #89dbd5

Analogous Colors of #d589db

#d589db #db89b8 #ac89db

Monochromatic Colors of #d589db

#d589db

Complementary Color

#d589db #8fdb89

#d589db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d589db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d589db Color CSS Codes

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

#d589db Text Font Color

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

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


#d589db Background Color

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

This div background color is #d589db


#d589db Border Color

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

This div border color is #d589db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d589db


Comments

No comments written yet.

Please login to write comment.