Color Hex Logo

#bd66db Color Hex

#BD66DB
(189,102,219)
0 Favorites   0 Comments

Color spaces of #bd66db

RGB 189102219
HSL0.790.620.63
HSV285°53°86°
CMYK 0.140.530.00   0.14
XYZ38.523825.436069.8970
Yxy25.43600.28780.1900
Hunter Lab50.434148.0865-46.8666
CIE-Lab57.497853.2263-45.8090

#bd66db color RGB value is (189,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 11011011
Octal 275 146 333
Decimal 189 102 219
Hex BD 66 DB

RGB Percentages of Color #bd66db

%37.06
%20.00
%42.94

CMYK Percentages of Color #bd66db

%14
%53
%0
%14

Triadic Colors of #bd66db

#bd66db #dbbd66 #66dbbd

Analogous Colors of #bd66db

#bd66db #db66bf #8366db

Monochromatic Colors of #bd66db

#bd66db

Complementary Color

#bd66db #84db66

#bd66db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd66db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd66db Color CSS Codes

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

#bd66db Text Font Color

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

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


#bd66db Background Color

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

This div background color is #bd66db


#bd66db Border Color

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

This div border color is #bd66db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd66db


Comments

No comments written yet.

Please login to write comment.