Color Hex Logo

#bd56db Color Hex

#BD56DB
(189,86,219)
0 Favorites   0 Comments

Color spaces of #bd56db

RGB 18986219
HSL0.800.650.60
HSV286°61°86°
CMYK 0.140.610.00   0.14
XYZ37.100222.588969.4225
Yxy22.58890.28730.1750
Hunter Lab47.527856.1635-53.3338
CIE-Lab54.646360.9017-50.3339

#bd56db color RGB value is (189,86,219).

#bd56db hex color red value is 189, green value is 86 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd56db hue: 0.80 , saturation: 0.65 and the lightness value of bd56db is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010110 11011011
Octal 275 126 333
Decimal 189 86 219
Hex BD 56 DB

RGB Percentages of Color #bd56db

%38.26
%17.41
%44.33

CMYK Percentages of Color #bd56db

%14
%61
%0
%14

Triadic Colors of #bd56db

#bd56db #dbbd56 #56dbbd

Analogous Colors of #bd56db

#bd56db #db56b7 #7b56db

Monochromatic Colors of #bd56db

#bd56db

Complementary Color

#bd56db #74db56

#bd56db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd56db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd56db Color CSS Codes

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

#bd56db Text Font Color

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

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


#bd56db Background Color

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

This div background color is #bd56db


#bd56db Border Color

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

This div border color is #bd56db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd56db


Comments

No comments written yet.

Please login to write comment.