Color Hex Logo

#bd63db Color Hex

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

Color spaces of #bd63db

RGB 18999219
HSL0.790.630.62
HSV285°55°86°
CMYK 0.140.550.00   0.14
XYZ38.234324.857069.8005
Yxy24.85700.28770.1870
Hunter Lab49.856849.6391-48.1074
CIE-Lab56.935854.7194-46.6984

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

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

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

Base Numbers

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

RGB Percentages of Color #bd63db

%37.28
%19.53
%43.20

CMYK Percentages of Color #bd63db

%14
%55
%0
%14

Triadic Colors of #bd63db

#bd63db #dbbd63 #63dbbd

Analogous Colors of #bd63db

#bd63db #db63bd #8163db

Monochromatic Colors of #bd63db

#bd63db

Complementary Color

#bd63db #81db63

#bd63db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63db Color CSS Codes

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

#bd63db Text Font Color

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

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


#bd63db Background Color

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

This div background color is #bd63db


#bd63db Border Color

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

This div border color is #bd63db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63db


Comments

No comments written yet.

Please login to write comment.