Color Hex Logo

#db246f Color Hex

#DB246F
(219,36,111)
0 Favorites   0 Comments

Color spaces of #db246f

RGB 21936111
HSL0.930.720.50
HSV335°84°86°
CMYK 0.000.840.49   0.14
XYZ32.713517.469516.6867
Yxy17.46950.48920.2612
Hunter Lab41.796566.56535.5868
CIE-Lab48.846270.89204.7752

#db246f color RGB value is (219,36,111).

#db246f hex color red value is 219, green value is 36 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #db246f hue: 0.93 , saturation: 0.72 and the lightness value of db246f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100100 01101111
Octal 333 44 157
Decimal 219 36 111
Hex DB 24 6F

RGB Percentages of Color #db246f

%59.84
%9.84
%30.33

CMYK Percentages of Color #db246f

%0
%84
%49
%14

Triadic Colors of #db246f

#db246f #6fdb24 #246fdb

Analogous Colors of #db246f

#db246f #db3524 #db24cb

Monochromatic Colors of #db246f

#db246f

Complementary Color

#db246f #24db90

#db246f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db246f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db246f Color CSS Codes

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

#db246f Text Font Color

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

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


#db246f Background Color

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

This div background color is #db246f


#db246f Border Color

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

This div border color is #db246f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db246f


Comments

No comments written yet.

Please login to write comment.