Color Hex Logo

#db0090 Color Hex

#DB0090
(219,0,144)
0 Favorites   0 Comments

Color spaces of #db0090

RGB 2190144
HSL0.891.000.43
HSV321°100°86°
CMYK 0.001.000.34   0.14
XYZ34.247517.073727.8761
Yxy17.07370.43240.2156
Hunter Lab41.320375.6354-11.0748
CIE-Lab48.352878.4127-16.0422

#db0090 color RGB value is (219,0,144).

#db0090 hex color red value is 219, green value is 0 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #db0090 hue: 0.89 , saturation: 1.00 and the lightness value of db0090 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 10010000
Octal 333 0 220
Decimal 219 0 144
Hex DB 0 90

RGB Percentages of Color #db0090

%60.33
%0.00
%39.67

CMYK Percentages of Color #db0090

%0
%100
%34
%14

Triadic Colors of #db0090

#db0090 #90db00 #0090db

Analogous Colors of #db0090

#db0090 #db0022 #b900db

Monochromatic Colors of #db0090

#db0090

Complementary Color

#db0090 #00db4b

#db0090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0090 Color CSS Codes

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

#db0090 Text Font Color

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

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


#db0090 Background Color

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

This div background color is #db0090


#db0090 Border Color

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

This div border color is #db0090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0090


Comments

No comments written yet.

Please login to write comment.