Color Hex Logo

#db4e84 Color Hex

#DB4E84
(219,78,132)
0 Favorites   0 Comments

Color spaces of #db4e84

RGB 21978132
HSL0.940.660.58
HSV337°64°86°
CMYK 0.000.640.40   0.14
XYZ36.102722.174824.2071
Yxy22.17480.43770.2688
Hunter Lab47.090154.44332.4845
CIE-Lab54.212059.4693-0.1044

#db4e84 color RGB value is (219,78,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001110 10000100
Octal 333 116 204
Decimal 219 78 132
Hex DB 4E 84

RGB Percentages of Color #db4e84

%51.05
%18.18
%30.77

CMYK Percentages of Color #db4e84

%0
%64
%40
%14

Triadic Colors of #db4e84

#db4e84 #84db4e #4e84db

Analogous Colors of #db4e84

#db4e84 #db5e4e #db4ecb

Monochromatic Colors of #db4e84

#db4e84

Complementary Color

#db4e84 #4edba5

#db4e84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4e84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4e84 Color CSS Codes

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

#db4e84 Text Font Color

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

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


#db4e84 Background Color

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

This div background color is #db4e84


#db4e84 Border Color

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

This div border color is #db4e84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4e84


Comments

No comments written yet.

Please login to write comment.