Color Hex Logo

#ba92db Color Hex

#BA92DB
(186,146,219)
0 Favorites   0 Comments

Color spaces of #ba92db

RGB 186146219
HSL0.760.500.72
HSV273°33°86°
CMYK 0.150.330.00   0.14
XYZ43.314836.111371.7051
Yxy36.11130.28660.2389
Hunter Lab60.092723.5006-28.6824
CIE-Lab66.604928.7158-31.5821

#ba92db color RGB value is (186,146,219).

#ba92db hex color red value is 186, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba92db hue: 0.76 , saturation: 0.50 and the lightness value of ba92db is 0.72.

The process color (four color CMYK) of #ba92db color hex is 0.15, 0.33, 0.00, 0.14. Web safe color of #ba92db is #cc99cc. Color #ba92db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010010 11011011
Octal 272 222 333
Decimal 186 146 219
Hex BA 92 DB

RGB Percentages of Color #ba92db

%33.76
%26.50
%39.75

CMYK Percentages of Color #ba92db

%15
%33
%0
%14

Triadic Colors of #ba92db

#ba92db #dbba92 #92dbba

Analogous Colors of #ba92db

#ba92db #db92d8 #9692db

Monochromatic Colors of #ba92db

#ba92db

Complementary Color

#ba92db #b3db92

#ba92db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba92db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba92db Color CSS Codes

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

#ba92db Text Font Color

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

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


#ba92db Background Color

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

This div background color is #ba92db


#ba92db Border Color

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

This div border color is #ba92db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba92db

#ba92db Color Palettes


Comments

No comments written yet.

Please login to write comment.