Color Hex Logo

#ba8fdb Color Hex

#BA8FDB
(186,143,219)
0 Favorites   0 Comments

Color spaces of #ba8fdb

RGB 186143219
HSL0.760.510.71
HSV274°35°86°
CMYK 0.150.350.00   0.14
XYZ42.858335.198571.5529
Yxy35.19850.28650.2353
Hunter Lab59.328325.1224-29.9769
CIE-Lab65.902930.3850-32.6692

#ba8fdb color RGB value is (186,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001111 11011011
Octal 272 217 333
Decimal 186 143 219
Hex BA 8F DB

RGB Percentages of Color #ba8fdb

%33.94
%26.09
%39.96

CMYK Percentages of Color #ba8fdb

%15
%35
%0
%14

Triadic Colors of #ba8fdb

#ba8fdb #dbba8f #8fdbba

Analogous Colors of #ba8fdb

#ba8fdb #db8fd6 #948fdb

Monochromatic Colors of #ba8fdb

#ba8fdb

Complementary Color

#ba8fdb #b0db8f

#ba8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8fdb Color CSS Codes

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

#ba8fdb Text Font Color

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

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


#ba8fdb Background Color

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

This div background color is #ba8fdb


#ba8fdb Border Color

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

This div border color is #ba8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8fdb


Comments

No comments written yet.

Please login to write comment.