Color Hex Logo

#bab3db Color Hex

#BAB3DB
(186,179,219)
0 Favorites   0 Comments

Color spaces of #bab3db

RGB 186179219
HSL0.700.360.78
HSV251°18°86°
CMYK 0.150.180.00   0.14
XYZ49.156047.793873.6522
Yxy47.79380.28810.2801
Hunter Lab69.13315.9368-14.7726
CIE-Lab74.694710.4180-19.1951

#bab3db color RGB value is (186,179,219).

#bab3db hex color red value is 186, green value is 179 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bab3db hue: 0.70 , saturation: 0.36 and the lightness value of bab3db is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 11011011
Octal 272 263 333
Decimal 186 179 219
Hex BA B3 DB

RGB Percentages of Color #bab3db

%31.85
%30.65
%37.50

CMYK Percentages of Color #bab3db

%15
%18
%0
%14

Triadic Colors of #bab3db

#bab3db #dbbab3 #b3dbba

Analogous Colors of #bab3db

#bab3db #ceb3db #b3c0db

Monochromatic Colors of #bab3db

#bab3db

Complementary Color

#bab3db #d4dbb3

#bab3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab3db Color CSS Codes

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

#bab3db Text Font Color

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

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


#bab3db Background Color

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

This div background color is #bab3db


#bab3db Border Color

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

This div border color is #bab3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab3db


Comments

No comments written yet.

Please login to write comment.