Color Hex Logo

#db63bd Color Hex

#DB63BD
(219,99,189)
0 Favorites   0 Comments

Color spaces of #db63bd

RGB 21999189
HSL0.880.630.62
HSV315°55°86°
CMYK 0.000.550.14   0.14
XYZ42.860627.657951.2236
Yxy27.65790.35210.2272
Hunter Lab52.590853.4406-20.9351
CIE-Lab59.578457.6526-25.2412

#db63bd color RGB value is (219,99,189).

#db63bd hex color red value is 219, green value is 99 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db63bd hue: 0.88 , saturation: 0.63 and the lightness value of db63bd is 0.62.

The process color (four color CMYK) of #db63bd color hex is 0.00, 0.55, 0.14, 0.14. Web safe color of #db63bd is #cc66cc. Color #db63bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100011 10111101
Octal 333 143 275
Decimal 219 99 189
Hex DB 63 BD

RGB Percentages of Color #db63bd

%43.20
%19.53
%37.28

CMYK Percentages of Color #db63bd

%0
%55
%14
%14

Triadic Colors of #db63bd

#db63bd #bddb63 #63bddb

Analogous Colors of #db63bd

#db63bd #db6381 #bd63db

Monochromatic Colors of #db63bd

#db63bd

Complementary Color

#db63bd #63db81

#db63bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db63bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db63bd Color CSS Codes

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

#db63bd Text Font Color

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

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


#db63bd Background Color

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

This div background color is #db63bd


#db63bd Border Color

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

This div border color is #db63bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db63bd


Comments

No comments written yet.

Please login to write comment.