Color Hex Logo

#b690db Color Hex

#B690DB
(182,144,219)
0 Favorites   0 Comments

Color spaces of #b690db

RGB 182144219
HSL0.750.510.71
HSV270°34°86°
CMYK 0.170.340.00   0.14
XYZ42.050835.006171.5584
Yxy35.00610.28300.2355
Hunter Lab59.166023.3242-30.2923
CIE-Lab65.753428.6061-32.9314

#b690db color RGB value is (182,144,219).

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

The process color (four color CMYK) of #b690db color hex is 0.17, 0.34, 0.00, 0.14. Web safe color of #b690db is #cc99cc. Color #b690db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 11011011
Octal 266 220 333
Decimal 182 144 219
Hex B6 90 DB

RGB Percentages of Color #b690db

%33.39
%26.42
%40.18

CMYK Percentages of Color #b690db

%17
%34
%0
%14

Triadic Colors of #b690db

#b690db #dbb690 #90dbb6

Analogous Colors of #b690db

#b690db #db90db #9190db

Monochromatic Colors of #b690db

#b690db

Complementary Color

#b690db #b5db90

#b690db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b690db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b690db Color CSS Codes

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

#b690db Text Font Color

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

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


#b690db Background Color

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

This div background color is #b690db


#b690db Border Color

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

This div border color is #b690db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b690db


Comments

No comments written yet.

Please login to write comment.