Color Hex Logo

#da33db Color Hex

#DA33DB
(218,51,219)
0 Favorites   0 Comments

Color spaces of #da33db

RGB 21851219
HSL0.830.700.53
HSV300°77°86°
CMYK 0.000.770.00   0.14
XYZ42.883522.387669.0789
Yxy22.38760.31920.1666
Hunter Lab47.315578.9778-53.4403
CIE-Lab54.435979.8871-50.4124

#da33db color RGB value is (218,51,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110011 11011011
Octal 332 63 333
Decimal 218 51 219
Hex DA 33 DB

RGB Percentages of Color #da33db

%44.67
%10.45
%44.88

CMYK Percentages of Color #da33db

%0
%77
%0
%14

Triadic Colors of #da33db

#da33db #dbda33 #33dbda

Analogous Colors of #da33db

#da33db #db3388 #8633db

Monochromatic Colors of #da33db

#da33db

Complementary Color

#da33db #34db33

#da33db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da33db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da33db Color CSS Codes

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

#da33db Text Font Color

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

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


#da33db Background Color

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

This div background color is #da33db


#da33db Border Color

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

This div border color is #da33db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da33db


Comments

No comments written yet.

Please login to write comment.