Color Hex Logo

#db33db Color Hex

#DB33DB
(219,51,219)
0 Favorites   0 Comments

Color spaces of #db33db

RGB 21951219
HSL0.830.700.53
HSV300°77°86°
CMYK 0.000.770.00   0.14
XYZ43.183422.542269.0929
Yxy22.54220.32030.1672
Hunter Lab47.478679.2641-53.0463
CIE-Lab54.597680.0817-50.1451

#db33db color RGB value is (219,51,219).

#db33db hex color red value is 219, green value is 51 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db33db hue: 0.83 , saturation: 0.70 and the lightness value of db33db is 0.53.

The process color (four color CMYK) of #db33db color hex is 0.00, 0.77, 0.00, 0.14. Web safe color of #db33db is #cc33cc. Color #db33db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 11011011
Octal 333 63 333
Decimal 219 51 219
Hex DB 33 DB

RGB Percentages of Color #db33db

%44.79
%10.43
%44.79

CMYK Percentages of Color #db33db

%0
%77
%0
%14

Triadic Colors of #db33db

#db33db #dbdb33 #33dbdb

Analogous Colors of #db33db

#db33db #db3387 #8733db

Monochromatic Colors of #db33db

#db33db

Complementary Color

#db33db #33db33

#db33db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db33db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db33db Color CSS Codes

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

#db33db Text Font Color

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

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


#db33db Background Color

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

This div background color is #db33db


#db33db Border Color

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

This div border color is #db33db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db33db


Comments

No comments written yet.

Please login to write comment.