Color Hex Logo

#d659db Color Hex

#D659DB
(214,89,219)
0 Favorites   0 Comments

Color spaces of #d659db

RGB 21489219
HSL0.830.640.60
HSV298°59°86°
CMYK 0.020.590.00   0.14
XYZ44.090126.555469.8197
Yxy26.55540.31390.1891
Hunter Lab51.531962.5416-44.2586
CIE-Lab58.560565.6718-43.9130

#d659db color RGB value is (214,89,219).

#d659db hex color red value is 214, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d659db hue: 0.83 , saturation: 0.64 and the lightness value of d659db is 0.60.

The process color (four color CMYK) of #d659db color hex is 0.02, 0.59, 0.00, 0.14. Web safe color of #d659db is #cc66cc. Color #d659db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011001 11011011
Octal 326 131 333
Decimal 214 89 219
Hex D6 59 DB

RGB Percentages of Color #d659db

%41.00
%17.05
%41.95

CMYK Percentages of Color #d659db

%2
%59
%0
%14

Triadic Colors of #d659db

#d659db #dbd659 #59dbd6

Analogous Colors of #d659db

#d659db #db599f #9559db

Monochromatic Colors of #d659db

#d659db

Complementary Color

#d659db #5edb59

#d659db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d659db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d659db Color CSS Codes

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

#d659db Text Font Color

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

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


#d659db Background Color

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

This div background color is #d659db


#d659db Border Color

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

This div border color is #d659db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d659db


Comments

No comments written yet.

Please login to write comment.