Color Hex Logo

#db306f Color Hex

#DB306F
(219,48,111)
0 Favorites   0 Comments

Color spaces of #db306f

RGB 21948111
HSL0.940.700.52
HSV338°78°86°
CMYK 0.000.780.49   0.14
XYZ33.139618.321716.8287
Yxy18.32170.48530.2683
Hunter Lab42.803963.29156.6523
CIE-Lab49.884067.93386.2617

#db306f color RGB value is (219,48,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110000 01101111
Octal 333 60 157
Decimal 219 48 111
Hex DB 30 6F

RGB Percentages of Color #db306f

%57.94
%12.70
%29.37

CMYK Percentages of Color #db306f

%0
%78
%49
%14

Triadic Colors of #db306f

#db306f #6fdb30 #306fdb

Analogous Colors of #db306f

#db306f #db4630 #db30c5

Monochromatic Colors of #db306f

#db306f

Complementary Color

#db306f #30db9c

#db306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db306f Color CSS Codes

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

#db306f Text Font Color

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

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


#db306f Background Color

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

This div background color is #db306f


#db306f Border Color

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

This div border color is #db306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db306f


Comments

No comments written yet.

Please login to write comment.