Color Hex Logo

#db27bd Color Hex

#DB27BD
(219,39,189)
0 Favorites   0 Comments

Color spaces of #db27bd

RGB 21939189
HSL0.860.710.51
HSV310°82°86°
CMYK 0.000.820.14   0.14
XYZ39.124220.185249.9782
Yxy20.18520.35800.1847
Hunter Lab44.927976.8177-34.5051
CIE-Lab52.046078.6380-36.9572

#db27bd color RGB value is (219,39,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 10111101
Octal 333 47 275
Decimal 219 39 189
Hex DB 27 BD

RGB Percentages of Color #db27bd

%48.99
%8.72
%42.28

CMYK Percentages of Color #db27bd

%0
%82
%14
%14

Triadic Colors of #db27bd

#db27bd #bddb27 #27bddb

Analogous Colors of #db27bd

#db27bd #db2763 #9f27db

Monochromatic Colors of #db27bd

#db27bd

Complementary Color

#db27bd #27db45

#db27bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db27bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db27bd Color CSS Codes

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

#db27bd Text Font Color

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

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


#db27bd Background Color

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

This div background color is #db27bd


#db27bd Border Color

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

This div border color is #db27bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db27bd


Comments

No comments written yet.

Please login to write comment.