Color Hex Logo

#d607db Color Hex

#D607DB
(214,7,219)
0 Favorites   0 Comments

Color spaces of #d607db

RGB 2147219
HSL0.830.940.44
HSV299°97°86°
CMYK 0.020.970.00   0.14
XYZ40.593719.562668.6543
Yxy19.56260.31510.1519
Hunter Lab44.229686.4244-61.0706
CIE-Lab51.339086.2847-55.3989

#d607db color RGB value is (214,7,219).

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

The process color (four color CMYK) of #d607db color hex is 0.02, 0.97, 0.00, 0.14. Web safe color of #d607db is #cc00cc. Color #d607db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000111 11011011
Octal 326 7 333
Decimal 214 7 219
Hex D6 7 DB

RGB Percentages of Color #d607db

%48.64
%1.59
%49.77

CMYK Percentages of Color #d607db

%2
%97
%0
%14

Triadic Colors of #d607db

#d607db #dbd607 #07dbd6

Analogous Colors of #d607db

#d607db #db0776 #6c07db

Monochromatic Colors of #d607db

#d607db

Complementary Color

#d607db #0cdb07

#d607db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d607db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d607db Color CSS Codes

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

#d607db Text Font Color

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

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


#d607db Background Color

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

This div background color is #d607db


#d607db Border Color

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

This div border color is #d607db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d607db


Comments

No comments written yet.

Please login to write comment.