Color Hex Logo

#ba6bdb Color Hex

#BA6BDB
(186,107,219)
0 Favorites   0 Comments

Color spaces of #ba6bdb

RGB 186107219
HSL0.780.610.64
HSV282°51°86°
CMYK 0.150.510.00   0.14
XYZ38.293626.069070.0314
Yxy26.06900.28490.1940
Hunter Lab51.057844.5247-45.5823
CIE-Lab58.102549.8814-44.8769

#ba6bdb color RGB value is (186,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101011 11011011
Octal 272 153 333
Decimal 186 107 219
Hex BA 6B DB

RGB Percentages of Color #ba6bdb

%36.33
%20.90
%42.77

CMYK Percentages of Color #ba6bdb

%15
%51
%0
%14

Triadic Colors of #ba6bdb

#ba6bdb #dbba6b #6bdbba

Analogous Colors of #ba6bdb

#ba6bdb #db6bc4 #826bdb

Monochromatic Colors of #ba6bdb

#ba6bdb

Complementary Color

#ba6bdb #8cdb6b

#ba6bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6bdb Color CSS Codes

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

#ba6bdb Text Font Color

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

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


#ba6bdb Background Color

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

This div background color is #ba6bdb


#ba6bdb Border Color

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

This div border color is #ba6bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6bdb


Comments

No comments written yet.

Please login to write comment.