Color Hex Logo

#db469f Color Hex

#DB469F
(219,70,159)
0 Favorites   0 Comments

Color spaces of #db469f

RGB 21970159
HSL0.900.670.57
HSV324°68°86°
CMYK 0.000.680.27   0.14
XYZ37.661621.943635.0514
Yxy21.94360.39790.2318
Hunter Lab46.844061.5333-11.5734
CIE-Lab53.967165.6634-16.4379

#db469f color RGB value is (219,70,159).

#db469f hex color red value is 219, green value is 70 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #db469f hue: 0.90 , saturation: 0.67 and the lightness value of db469f is 0.57.

The process color (four color CMYK) of #db469f color hex is 0.00, 0.68, 0.27, 0.14. Web safe color of #db469f is #cc3399. Color #db469f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 10011111
Octal 333 106 237
Decimal 219 70 159
Hex DB 46 9F

RGB Percentages of Color #db469f

%48.88
%15.63
%35.49

CMYK Percentages of Color #db469f

%0
%68
%27
%14

Triadic Colors of #db469f

#db469f #9fdb46 #469fdb

Analogous Colors of #db469f

#db469f #db4654 #cd46db

Monochromatic Colors of #db469f

#db469f

Complementary Color

#db469f #46db82

#db469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db469f Color CSS Codes

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

#db469f Text Font Color

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

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


#db469f Background Color

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

This div background color is #db469f


#db469f Border Color

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

This div border color is #db469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db469f


Comments

No comments written yet.

Please login to write comment.