Color Hex Logo

#db33bd Color Hex

#DB33BD
(219,51,189)
0 Favorites   0 Comments

Color spaces of #db33bd

RGB 21951189
HSL0.860.700.53
HSV311°77°86°
CMYK 0.000.770.14   0.14
XYZ39.582621.101850.1309
Yxy21.10180.35720.1904
Hunter Lab45.936773.4202-32.5477
CIE-Lab53.060775.7110-35.3646

#db33bd color RGB value is (219,51,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 10111101
Octal 333 63 275
Decimal 219 51 189
Hex DB 33 BD

RGB Percentages of Color #db33bd

%47.71
%11.11
%41.18

CMYK Percentages of Color #db33bd

%0
%77
%14
%14

Triadic Colors of #db33bd

#db33bd #bddb33 #33bddb

Analogous Colors of #db33bd

#db33bd #db3369 #a533db

Monochromatic Colors of #db33bd

#db33bd

Complementary Color

#db33bd #33db51

#db33bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db33bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db33bd Color CSS Codes

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

#db33bd Text Font Color

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

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


#db33bd Background Color

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

This div background color is #db33bd


#db33bd Border Color

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

This div border color is #db33bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db33bd


Comments

No comments written yet.

Please login to write comment.