Color Hex Logo

#db306c Color Hex

#DB306C
(219,48,108)
0 Favorites   0 Comments

Color spaces of #db306c

RGB 21948108
HSL0.940.700.52
HSV339°78°86°
CMYK 0.000.780.51   0.14
XYZ32.977118.256715.9732
Yxy18.25670.49070.2716
Hunter Lab42.727962.99157.7448
CIE-Lab49.806067.69387.9777

#db306c color RGB value is (219,48,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110000 01101100
Octal 333 60 154
Decimal 219 48 108
Hex DB 30 6C

RGB Percentages of Color #db306c

%58.40
%12.80
%28.80

CMYK Percentages of Color #db306c

%0
%78
%51
%14

Triadic Colors of #db306c

#db306c #6cdb30 #306cdb

Analogous Colors of #db306c

#db306c #db4a30 #db30c2

Monochromatic Colors of #db306c

#db306c

Complementary Color

#db306c #30db9f

#db306c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db306c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db306c Color CSS Codes

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

#db306c Text Font Color

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

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


#db306c Background Color

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

This div background color is #db306c


#db306c Border Color

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

This div border color is #db306c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db306c


Comments

No comments written yet.

Please login to write comment.