Color Hex Logo

#db328a Color Hex

#DB328A
(219,50,138)
0 Favorites   0 Comments

Color spaces of #db328a

RGB 21950138
HSL0.910.700.53
HSV329°77°86°
CMYK 0.000.770.37   0.14
XYZ34.941519.176325.9045
Yxy19.17630.43660.2396
Hunter Lab43.790865.7948-4.4196
CIE-Lab50.892869.8513-8.5952

#db328a color RGB value is (219,50,138).

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

The process color (four color CMYK) of #db328a color hex is 0.00, 0.77, 0.37, 0.14. Web safe color of #db328a is #cc3399. Color #db328a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 10001010
Octal 333 62 212
Decimal 219 50 138
Hex DB 32 8A

RGB Percentages of Color #db328a

%53.81
%12.29
%33.91

CMYK Percentages of Color #db328a

%0
%77
%37
%14

Triadic Colors of #db328a

#db328a #8adb32 #328adb

Analogous Colors of #db328a

#db328a #db3236 #d832db

Monochromatic Colors of #db328a

#db328a

Complementary Color

#db328a #32db83

#db328a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db328a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db328a Color CSS Codes

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

#db328a Text Font Color

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

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


#db328a Background Color

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

This div background color is #db328a


#db328a Border Color

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

This div border color is #db328a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db328a


Comments

No comments written yet.

Please login to write comment.