Color Hex Logo

#db35bd Color Hex

#DB35BD
(219,53,189)
0 Favorites   0 Comments

Color spaces of #db35bd

RGB 21953189
HSL0.860.700.53
HSV311°76°86°
CMYK 0.000.760.14   0.14
XYZ39.671821.280450.1607
Yxy21.28040.35700.1915
Hunter Lab46.130772.7790-32.1781
CIE-Lab53.255075.1538-35.0602

#db35bd color RGB value is (219,53,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110101 10111101
Octal 333 65 275
Decimal 219 53 189
Hex DB 35 BD

RGB Percentages of Color #db35bd

%47.51
%11.50
%41.00

CMYK Percentages of Color #db35bd

%0
%76
%14
%14

Triadic Colors of #db35bd

#db35bd #bddb35 #35bddb

Analogous Colors of #db35bd

#db35bd #db356a #a635db

Monochromatic Colors of #db35bd

#db35bd

Complementary Color

#db35bd #35db53

#db35bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db35bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db35bd Color CSS Codes

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

#db35bd Text Font Color

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

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


#db35bd Background Color

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

This div background color is #db35bd


#db35bd Border Color

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

This div border color is #db35bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db35bd


Comments

No comments written yet.

Please login to write comment.