Color Hex Logo

#db4090 Color Hex

#DB4090
(219,64,144)
0 Favorites   0 Comments

Color spaces of #db4090

RGB 21964144
HSL0.910.680.55
HSV329°71°86°
CMYK 0.000.710.34   0.14
XYZ36.080920.740528.4872
Yxy20.74050.42290.2431
Hunter Lab45.541761.7204-5.2078
CIE-Lab52.664366.0674-9.5298

#db4090 color RGB value is (219,64,144).

#db4090 hex color red value is 219, green value is 64 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #db4090 hue: 0.91 , saturation: 0.68 and the lightness value of db4090 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 10010000
Octal 333 100 220
Decimal 219 64 144
Hex DB 40 90

RGB Percentages of Color #db4090

%51.29
%14.99
%33.72

CMYK Percentages of Color #db4090

%0
%71
%34
%14

Triadic Colors of #db4090

#db4090 #90db40 #4090db

Analogous Colors of #db4090

#db4090 #db4042 #d940db

Monochromatic Colors of #db4090

#db4090

Complementary Color

#db4090 #40db8b

#db4090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4090 Color CSS Codes

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

#db4090 Text Font Color

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

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


#db4090 Background Color

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

This div background color is #db4090


#db4090 Border Color

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

This div border color is #db4090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4090


Comments

No comments written yet.

Please login to write comment.