Color Hex Logo

#db326d Color Hex

#DB326D
(219,50,109)
0 Favorites   0 Comments

Color spaces of #db326d

RGB 21950109
HSL0.940.700.53
HSV339°77°86°
CMYK 0.000.770.50   0.14
XYZ33.114318.445416.2830
Yxy18.44540.48810.2719
Hunter Lab42.948162.46977.5849
CIE-Lab50.031967.20657.6897

#db326d color RGB value is (219,50,109).

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

The process color (four color CMYK) of #db326d color hex is 0.00, 0.77, 0.50, 0.14. Web safe color of #db326d is #cc3366. Color #db326d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 01101101
Octal 333 62 155
Decimal 219 50 109
Hex DB 32 6D

RGB Percentages of Color #db326d

%57.94
%13.23
%28.84

CMYK Percentages of Color #db326d

%0
%77
%50
%14

Triadic Colors of #db326d

#db326d #6ddb32 #326ddb

Analogous Colors of #db326d

#db326d #db4c32 #db32c2

Monochromatic Colors of #db326d

#db326d

Complementary Color

#db326d #32dba0

#db326d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db326d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db326d Color CSS Codes

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

#db326d Text Font Color

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

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


#db326d Background Color

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

This div background color is #db326d


#db326d Border Color

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

This div border color is #db326d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db326d


Comments

No comments written yet.

Please login to write comment.