Color Hex Logo

#db67db Color Hex

#DB67DB
(219,103,219)
0 Favorites   0 Comments

Color spaces of #db67db

RGB 219103219
HSL0.830.620.63
HSV300°53°86°
CMYK 0.000.530.00   0.14
XYZ46.849829.875070.3150
Yxy29.87500.31860.2032
Hunter Lab54.658057.3487-38.0132
CIE-Lab61.546260.7151-39.1721

#db67db color RGB value is (219,103,219).

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

The process color (four color CMYK) of #db67db color hex is 0.00, 0.53, 0.00, 0.14. Web safe color of #db67db is #cc66cc. Color #db67db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 11011011
Octal 333 147 333
Decimal 219 103 219
Hex DB 67 DB

RGB Percentages of Color #db67db

%40.48
%19.04
%40.48

CMYK Percentages of Color #db67db

%0
%53
%0
%14

Triadic Colors of #db67db

#db67db #dbdb67 #67dbdb

Analogous Colors of #db67db

#db67db #db67a1 #a167db

Monochromatic Colors of #db67db

#db67db

Complementary Color

#db67db #67db67

#db67db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db67db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db67db Color CSS Codes

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

#db67db Text Font Color

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

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


#db67db Background Color

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

This div background color is #db67db


#db67db Border Color

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

This div border color is #db67db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db67db


Comments

No comments written yet.

Please login to write comment.