Color Hex Logo

#db32bd Color Hex

#DB32BD
(219,50,189)
0 Favorites   0 Comments

Color spaces of #db32bd

RGB 21950189
HSL0.860.700.53
HSV311°77°86°
CMYK 0.000.770.14   0.14
XYZ39.539321.015450.1165
Yxy21.01540.35730.1899
Hunter Lab45.842673.7321-32.7279
CIE-Lab52.966375.9816-35.5125

#db32bd color RGB value is (219,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 10111101
Octal 333 62 275
Decimal 219 50 189
Hex DB 32 BD

RGB Percentages of Color #db32bd

%47.82
%10.92
%41.27

CMYK Percentages of Color #db32bd

%0
%77
%14
%14

Triadic Colors of #db32bd

#db32bd #bddb32 #32bddb

Analogous Colors of #db32bd

#db32bd #db3269 #a532db

Monochromatic Colors of #db32bd

#db32bd

Complementary Color

#db32bd #32db50

#db32bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db32bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db32bd Color CSS Codes

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

#db32bd Text Font Color

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

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


#db32bd Background Color

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

This div background color is #db32bd


#db32bd Border Color

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

This div border color is #db32bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db32bd


Comments

No comments written yet.

Please login to write comment.