Color Hex Logo

#db30aa Color Hex

#DB30AA
(219,48,170)
0 Favorites   0 Comments

Color spaces of #db30aa

RGB 21948170
HSL0.880.700.52
HSV317°78°86°
CMYK 0.000.780.22   0.14
XYZ37.526120.076339.9275
Yxy20.07630.38480.2058
Hunter Lab44.806671.0846-21.4692
CIE-Lab51.923474.0317-26.0438

#db30aa color RGB value is (219,48,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110000 10101010
Octal 333 60 252
Decimal 219 48 170
Hex DB 30 AA

RGB Percentages of Color #db30aa

%50.11
%10.98
%38.90

CMYK Percentages of Color #db30aa

%0
%78
%22
%14

Triadic Colors of #db30aa

#db30aa #aadb30 #30aadb

Analogous Colors of #db30aa

#db30aa #db3054 #b730db

Monochromatic Colors of #db30aa

#db30aa

Complementary Color

#db30aa #30db61

#db30aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db30aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db30aa Color CSS Codes

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

#db30aa Text Font Color

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

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


#db30aa Background Color

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

This div background color is #db30aa


#db30aa Border Color

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

This div border color is #db30aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db30aa


Comments

No comments written yet.

Please login to write comment.