Color Hex Logo

#ba86dc Color Hex

#BA86DC
(186,134,220)
0 Favorites   0 Comments

Color spaces of #ba86dc

RGB 186134220
HSL0.770.550.69
HSV276°39°86°
CMYK 0.150.390.00   0.14
XYZ41.693132.656671.8160
Yxy32.65660.28520.2234
Hunter Lab57.146030.2263-34.5083
CIE-Lab63.881935.5897-36.3666

#ba86dc color RGB value is (186,134,220).

#ba86dc hex color red value is 186, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba86dc hue: 0.77 , saturation: 0.55 and the lightness value of ba86dc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 11011100
Octal 272 206 334
Decimal 186 134 220
Hex BA 86 DC

RGB Percentages of Color #ba86dc

%34.44
%24.81
%40.74

CMYK Percentages of Color #ba86dc

%15
%39
%0
%14

Triadic Colors of #ba86dc

#ba86dc #dcba86 #86dcba

Analogous Colors of #ba86dc

#ba86dc #dc86d3 #8f86dc

Monochromatic Colors of #ba86dc

#ba86dc

Complementary Color

#ba86dc #a8dc86

#ba86dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba86dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba86dc Color CSS Codes

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

#ba86dc Text Font Color

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

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


#ba86dc Background Color

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

This div background color is #ba86dc


#ba86dc Border Color

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

This div border color is #ba86dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,134,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba86dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba86dc


Comments

No comments written yet.

Please login to write comment.