Color Hex Logo

#ba6adb Color Hex

#BA6ADB
(186,106,219)
0 Favorites   0 Comments

Color spaces of #ba6adb

RGB 186106219
HSL0.780.610.64
HSV282°52°86°
CMYK 0.150.520.00   0.14
XYZ38.189925.861669.9968
Yxy25.86160.28490.1929
Hunter Lab50.854345.0526-46.0098
CIE-Lab57.905450.3970-45.1882

#ba6adb color RGB value is (186,106,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101010 11011011
Octal 272 152 333
Decimal 186 106 219
Hex BA 6A DB

RGB Percentages of Color #ba6adb

%36.40
%20.74
%42.86

CMYK Percentages of Color #ba6adb

%15
%52
%0
%14

Triadic Colors of #ba6adb

#ba6adb #dbba6a #6adbba

Analogous Colors of #ba6adb

#ba6adb #db6ac4 #826adb

Monochromatic Colors of #ba6adb

#ba6adb

Complementary Color

#ba6adb #8bdb6a

#ba6adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6adb Color CSS Codes

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

#ba6adb Text Font Color

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

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


#ba6adb Background Color

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

This div background color is #ba6adb


#ba6adb Border Color

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

This div border color is #ba6adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6adb


Comments

No comments written yet.

Please login to write comment.