Color Hex Logo

#db5384 Color Hex

#DB5384
(219,83,132)
0 Favorites   0 Comments

Color spaces of #db5384

RGB 21983132
HSL0.940.650.59
HSV338°62°86°
CMYK 0.000.620.40   0.14
XYZ36.471522.912524.3301
Yxy22.91250.43570.2737
Hunter Lab47.867052.23803.3707
CIE-Lab54.982157.37871.0185

#db5384 color RGB value is (219,83,132).

#db5384 hex color red value is 219, green value is 83 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #db5384 hue: 0.94 , saturation: 0.65 and the lightness value of db5384 is 0.59.

The process color (four color CMYK) of #db5384 color hex is 0.00, 0.62, 0.40, 0.14. Web safe color of #db5384 is #cc6699. Color #db5384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010011 10000100
Octal 333 123 204
Decimal 219 83 132
Hex DB 53 84

RGB Percentages of Color #db5384

%50.46
%19.12
%30.41

CMYK Percentages of Color #db5384

%0
%62
%40
%14

Triadic Colors of #db5384

#db5384 #84db53 #5384db

Analogous Colors of #db5384

#db5384 #db6653 #db53c8

Monochromatic Colors of #db5384

#db5384

Complementary Color

#db5384 #53dbaa

#db5384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5384 Color CSS Codes

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

#db5384 Text Font Color

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

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


#db5384 Background Color

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

This div background color is #db5384


#db5384 Border Color

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

This div border color is #db5384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5384


Comments

No comments written yet.

Please login to write comment.