Color Hex Logo

#ba8adb Color Hex

#BA8ADB
(186,138,219)
0 Favorites   0 Comments

Color spaces of #ba8adb

RGB 186138219
HSL0.770.530.70
HSV276°37°86°
CMYK 0.150.370.00   0.14
XYZ42.124433.730571.3083
Yxy33.73050.28620.2292
Hunter Lab58.078027.8310-32.1419
CIE-Lab64.748133.1615-34.4619

#ba8adb color RGB value is (186,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001010 11011011
Octal 272 212 333
Decimal 186 138 219
Hex BA 8A DB

RGB Percentages of Color #ba8adb

%34.25
%25.41
%40.33

CMYK Percentages of Color #ba8adb

%15
%37
%0
%14

Triadic Colors of #ba8adb

#ba8adb #dbba8a #8adbba

Analogous Colors of #ba8adb

#ba8adb #db8ad4 #928adb

Monochromatic Colors of #ba8adb

#ba8adb

Complementary Color

#ba8adb #abdb8a

#ba8adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8adb Color CSS Codes

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

#ba8adb Text Font Color

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

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


#ba8adb Background Color

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

This div background color is #ba8adb


#ba8adb Border Color

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

This div border color is #ba8adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8adb


Comments

No comments written yet.

Please login to write comment.