Color Hex Logo

#db2990 Color Hex

#DB2990
(219,41,144)
0 Favorites   0 Comments

Color spaces of #db2990

RGB 21941144
HSL0.900.710.51
HSV325°81°86°
CMYK 0.000.810.34   0.14
XYZ35.040418.659628.1404
Yxy18.65960.42820.2280
Hunter Lab43.196869.2015-8.3866
CIE-Lab50.286672.8022-13.1081

#db2990 color RGB value is (219,41,144).

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

The process color (four color CMYK) of #db2990 color hex is 0.00, 0.81, 0.34, 0.14. Web safe color of #db2990 is #cc3399. Color #db2990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 10010000
Octal 333 51 220
Decimal 219 41 144
Hex DB 29 90

RGB Percentages of Color #db2990

%54.21
%10.15
%35.64

CMYK Percentages of Color #db2990

%0
%81
%34
%14

Triadic Colors of #db2990

#db2990 #90db29 #2990db

Analogous Colors of #db2990

#db2990 #db2937 #cd29db

Monochromatic Colors of #db2990

#db2990

Complementary Color

#db2990 #29db74

#db2990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2990 Color CSS Codes

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

#db2990 Text Font Color

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

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


#db2990 Background Color

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

This div background color is #db2990


#db2990 Border Color

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

This div border color is #db2990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2990


Comments

No comments written yet.

Please login to write comment.