Color Hex Logo

#db336f Color Hex

#DB336F
(219,51,111)
0 Favorites   0 Comments

Color spaces of #db336f

RGB 21951111
HSL0.940.700.53
HSV339°77°86°
CMYK 0.000.770.49   0.14
XYZ33.266518.575416.8710
Yxy18.57540.48410.2703
Hunter Lab43.099262.35336.9606
CIE-Lab50.186767.07766.6937

#db336f color RGB value is (219,51,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 01101111
Octal 333 63 157
Decimal 219 51 111
Hex DB 33 6F

RGB Percentages of Color #db336f

%57.48
%13.39
%29.13

CMYK Percentages of Color #db336f

%0
%77
%49
%14

Triadic Colors of #db336f

#db336f #6fdb33 #336fdb

Analogous Colors of #db336f

#db336f #db4b33 #db33c3

Monochromatic Colors of #db336f

#db336f

Complementary Color

#db336f #33db9f

#db336f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db336f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db336f Color CSS Codes

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

#db336f Text Font Color

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

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


#db336f Background Color

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

This div background color is #db336f


#db336f Border Color

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

This div border color is #db336f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db336f


Comments

No comments written yet.

Please login to write comment.