Color Hex Logo

#db33aa Color Hex

#DB33AA
(219,51,170)
0 Favorites   0 Comments

Color spaces of #db33aa

RGB 21951170
HSL0.880.700.53
HSV318°77°86°
CMYK 0.000.770.22   0.14
XYZ37.652920.330039.9698
Yxy20.33000.38440.2075
Hunter Lab45.088870.1569-20.9966
CIE-Lab52.208373.2163-25.6031

#db33aa color RGB value is (219,51,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 10101010
Octal 333 63 252
Decimal 219 51 170
Hex DB 33 AA

RGB Percentages of Color #db33aa

%49.77
%11.59
%38.64

CMYK Percentages of Color #db33aa

%0
%77
%22
%14

Triadic Colors of #db33aa

#db33aa #aadb33 #33aadb

Analogous Colors of #db33aa

#db33aa #db3356 #b833db

Monochromatic Colors of #db33aa

#db33aa

Complementary Color

#db33aa #33db64

#db33aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db33aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db33aa Color CSS Codes

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

#db33aa Text Font Color

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

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


#db33aa Background Color

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

This div background color is #db33aa


#db33aa Border Color

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

This div border color is #db33aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,51,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db33aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db33aa


Comments

No comments written yet.

Please login to write comment.