Color Hex Logo

#db328e Color Hex

#DB328E
(219,50,142)
0 Favorites   0 Comments

Color spaces of #db328e

RGB 21950142
HSL0.910.700.53
HSV327°77°86°
CMYK 0.000.770.35   0.14
XYZ35.236519.294327.4582
Yxy19.29430.42980.2353
Hunter Lab43.925366.3220-6.3152
CIE-Lab51.029870.2663-10.7888

#db328e color RGB value is (219,50,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 10001110
Octal 333 62 216
Decimal 219 50 142
Hex DB 32 8E

RGB Percentages of Color #db328e

%53.28
%12.17
%34.55

CMYK Percentages of Color #db328e

%0
%77
%35
%14

Triadic Colors of #db328e

#db328e #8edb32 #328edb

Analogous Colors of #db328e

#db328e #db323a #d432db

Monochromatic Colors of #db328e

#db328e

Complementary Color

#db328e #32db7f

#db328e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db328e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db328e Color CSS Codes

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

#db328e Text Font Color

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

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


#db328e Background Color

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

This div background color is #db328e


#db328e Border Color

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

This div border color is #db328e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db328e


Comments

No comments written yet.

Please login to write comment.