Color Hex Logo

#bab7db Color Hex

#BAB7DB
(186,183,219)
0 Favorites   0 Comments

Color spaces of #bab7db

RGB 186183219
HSL0.680.330.79
HSV245°16°86°
CMYK 0.150.160.00   0.14
XYZ49.969449.420573.9233
Yxy49.42050.28830.2852
Hunter Lab70.29973.8542-13.1363
CIE-Lab75.71228.2338-17.6559

#bab7db color RGB value is (186,183,219).

#bab7db hex color red value is 186, green value is 183 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bab7db hue: 0.68 , saturation: 0.33 and the lightness value of bab7db is 0.79.

The process color (four color CMYK) of #bab7db color hex is 0.15, 0.16, 0.00, 0.14. Web safe color of #bab7db is #cccccc. Color #bab7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 11011011
Octal 272 267 333
Decimal 186 183 219
Hex BA B7 DB

RGB Percentages of Color #bab7db

%31.63
%31.12
%37.24

CMYK Percentages of Color #bab7db

%15
%16
%0
%14

Triadic Colors of #bab7db

#bab7db #dbbab7 #b7dbba

Analogous Colors of #bab7db

#bab7db #ccb7db #b7c6db

Monochromatic Colors of #bab7db

#bab7db

Complementary Color

#bab7db #d8dbb7

#bab7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab7db Color CSS Codes

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

#bab7db Text Font Color

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

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


#bab7db Background Color

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

This div background color is #bab7db


#bab7db Border Color

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

This div border color is #bab7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab7db


Comments

No comments written yet.

Please login to write comment.