Color Hex Logo

#db3480 Color Hex

#DB3480
(219,52,128)
0 Favorites   0 Comments

Color spaces of #db3480

RGB 21952128
HSL0.920.700.53
HSV333°76°86°
CMYK 0.000.760.42   0.14
XYZ34.337719.074622.2940
Yxy19.07460.45360.2520
Hunter Lab43.674563.90970.3071
CIE-Lab50.774468.2868-2.7516

#db3480 color RGB value is (219,52,128).

#db3480 hex color red value is 219, green value is 52 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #db3480 hue: 0.92 , saturation: 0.70 and the lightness value of db3480 is 0.53.

The process color (four color CMYK) of #db3480 color hex is 0.00, 0.76, 0.42, 0.14. Web safe color of #db3480 is #cc3399. Color #db3480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110100 10000000
Octal 333 64 200
Decimal 219 52 128
Hex DB 34 80

RGB Percentages of Color #db3480

%54.89
%13.03
%32.08

CMYK Percentages of Color #db3480

%0
%76
%42
%14

Triadic Colors of #db3480

#db3480 #80db34 #3480db

Analogous Colors of #db3480

#db3480 #db3c34 #db34d4

Monochromatic Colors of #db3480

#db3480

Complementary Color

#db3480 #34db8f

#db3480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3480 Color CSS Codes

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

#db3480 Text Font Color

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

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


#db3480 Background Color

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

This div background color is #db3480


#db3480 Border Color

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

This div border color is #db3480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3480


Comments

No comments written yet.

Please login to write comment.