Color Hex Logo

#d584db Color Hex

#D584DB
(213,132,219)
0 Favorites   0 Comments

Color spaces of #d584db

RGB 213132219
HSL0.820.550.69
HSV296°40°86°
CMYK 0.030.400.00   0.14
XYZ48.478035.763171.3657
Yxy35.76310.31150.2298
Hunter Lab59.802340.0450-28.8928
CIE-Lab66.338544.5822-31.7664

#d584db color RGB value is (213,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000100 11011011
Octal 325 204 333
Decimal 213 132 219
Hex D5 84 DB

RGB Percentages of Color #d584db

%37.77
%23.40
%38.83

CMYK Percentages of Color #d584db

%3
%40
%0
%14

Triadic Colors of #d584db

#d584db #dbd584 #84dbd5

Analogous Colors of #d584db

#d584db #db84b6 #aa84db

Monochromatic Colors of #d584db

#d584db

Complementary Color

#d584db #8adb84

#d584db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d584db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d584db Color CSS Codes

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

#d584db Text Font Color

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

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


#d584db Background Color

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

This div background color is #d584db


#d584db Border Color

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

This div border color is #d584db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d584db


Comments

No comments written yet.

Please login to write comment.