Color Hex Logo

#d664db Color Hex

#D664DB
(214,100,219)
0 Favorites   0 Comments

Color spaces of #d664db

RGB 214100219
HSL0.830.620.63
HSV297°54°86°
CMYK 0.020.540.00   0.14
XYZ45.074928.525070.1480
Yxy28.52500.31360.1984
Hunter Lab53.408857.1815-40.4863
CIE-Lab60.360160.7756-41.0802

#d664db color RGB value is (214,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100100 11011011
Octal 326 144 333
Decimal 214 100 219
Hex D6 64 DB

RGB Percentages of Color #d664db

%40.15
%18.76
%41.09

CMYK Percentages of Color #d664db

%2
%54
%0
%14

Triadic Colors of #d664db

#d664db #dbd664 #64dbd6

Analogous Colors of #d664db

#d664db #db64a5 #9b64db

Monochromatic Colors of #d664db

#d664db

Complementary Color

#d664db #69db64

#d664db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d664db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d664db Color CSS Codes

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

#d664db Text Font Color

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

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


#d664db Background Color

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

This div background color is #d664db


#d664db Border Color

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

This div border color is #d664db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d664db


Comments

No comments written yet.

Please login to write comment.