Color Hex Logo

#d064db Color Hex

#D064DB
(208,100,219)
0 Favorites   0 Comments

Color spaces of #d064db

RGB 208100219
HSL0.820.620.63
HSV294°54°86°
CMYK 0.050.540.00   0.14
XYZ43.355827.638770.0675
Yxy27.63870.30740.1959
Hunter Lab52.572555.2045-42.2196
CIE-Lab59.560959.1990-42.3920

#d064db color RGB value is (208,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 11011011
Octal 320 144 333
Decimal 208 100 219
Hex D0 64 DB

RGB Percentages of Color #d064db

%39.47
%18.98
%41.56

CMYK Percentages of Color #d064db

%5
%54
%0
%14

Triadic Colors of #d064db

#d064db #dbd064 #64dbd0

Analogous Colors of #d064db

#d064db #db64ab #9564db

Monochromatic Colors of #d064db

#d064db

Complementary Color

#d064db #6fdb64

#d064db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d064db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d064db Color CSS Codes

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

#d064db Text Font Color

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

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


#d064db Background Color

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

This div background color is #d064db


#d064db Border Color

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

This div border color is #d064db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d064db


Comments

No comments written yet.

Please login to write comment.