Color Hex Logo

#db33ac Color Hex

#DB33AC
(219,51,172)
0 Favorites   0 Comments

Color spaces of #db33ac

RGB 21951172
HSL0.880.700.53
HSV317°77°86°
CMYK 0.000.770.21   0.14
XYZ37.843620.406340.9739
Yxy20.40630.38140.2057
Hunter Lab45.173370.4836-22.1569
CIE-Lab52.293573.4678-26.6454

#db33ac color RGB value is (219,51,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 10101100
Octal 333 63 254
Decimal 219 51 172
Hex DB 33 AC

RGB Percentages of Color #db33ac

%49.55
%11.54
%38.91

CMYK Percentages of Color #db33ac

%0
%77
%21
%14

Triadic Colors of #db33ac

#db33ac #acdb33 #33acdb

Analogous Colors of #db33ac

#db33ac #db3358 #b633db

Monochromatic Colors of #db33ac

#db33ac

Complementary Color

#db33ac #33db62

#db33ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db33ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db33ac Color CSS Codes

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

#db33ac Text Font Color

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

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


#db33ac Background Color

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

This div background color is #db33ac


#db33ac Border Color

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

This div border color is #db33ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db33ac


Comments

No comments written yet.

Please login to write comment.