Color Hex Logo

#db1690 Color Hex

#DB1690
(219,22,144)
0 Favorites   0 Comments

Color spaces of #db1690

RGB 21922144
HSL0.900.820.47
HSV323°90°86°
CMYK 0.000.900.34   0.14
XYZ34.534417.647527.9717
Yxy17.64750.43090.2202
Hunter Lab42.008973.2244-10.0721
CIE-Lab49.065776.3302-14.9579

#db1690 color RGB value is (219,22,144).

#db1690 hex color red value is 219, green value is 22 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #db1690 hue: 0.90 , saturation: 0.82 and the lightness value of db1690 is 0.47.

The process color (four color CMYK) of #db1690 color hex is 0.00, 0.90, 0.34, 0.14. Web safe color of #db1690 is #cc0099. Color #db1690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 10010000
Octal 333 26 220
Decimal 219 22 144
Hex DB 16 90

RGB Percentages of Color #db1690

%56.88
%5.71
%37.40

CMYK Percentages of Color #db1690

%0
%90
%34
%14

Triadic Colors of #db1690

#db1690 #90db16 #1690db

Analogous Colors of #db1690

#db1690 #db162e #c416db

Monochromatic Colors of #db1690

#db1690

Complementary Color

#db1690 #16db61

#db1690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1690 Color CSS Codes

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

#db1690 Text Font Color

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

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


#db1690 Background Color

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

This div background color is #db1690


#db1690 Border Color

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

This div border color is #db1690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1690


Comments

No comments written yet.

Please login to write comment.