Color Hex Logo

#db306a Color Hex

#DB306A
(219,48,106)
0 Favorites   0 Comments

Color spaces of #db306a

RGB 21948106
HSL0.940.700.52
HSV340°78°86°
CMYK 0.000.780.52   0.14
XYZ32.871918.214615.4189
Yxy18.21460.49430.2739
Hunter Lab42.678662.79688.4547
CIE-Lab49.755467.53809.1249

#db306a color RGB value is (219,48,106).

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

The process color (four color CMYK) of #db306a color hex is 0.00, 0.78, 0.52, 0.14. Web safe color of #db306a is #cc3366. Color #db306a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110000 01101010
Octal 333 60 152
Decimal 219 48 106
Hex DB 30 6A

RGB Percentages of Color #db306a

%58.71
%12.87
%28.42

CMYK Percentages of Color #db306a

%0
%78
%52
%14

Triadic Colors of #db306a

#db306a #6adb30 #306adb

Analogous Colors of #db306a

#db306a #db4c30 #db30c0

Monochromatic Colors of #db306a

#db306a

Complementary Color

#db306a #30dba1

#db306a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db306a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db306a Color CSS Codes

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

#db306a Text Font Color

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

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


#db306a Background Color

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

This div background color is #db306a


#db306a Border Color

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

This div border color is #db306a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db306a


Comments

No comments written yet.

Please login to write comment.