Color Hex Logo

#ba86ff Color Hex

#BA86FF
(186,134,255)
0 Favorites   0 Comments

Color spaces of #ba86ff

RGB 186134255
HSL0.741.000.76
HSV266°47°100°
CMYK 0.270.470.00   0.00
XYZ46.824834.709398.8394
Yxy34.70930.25960.1924
Hunter Lab58.914638.7697-58.2290
CIE-Lab65.521743.5091-53.0964

#ba86ff color RGB value is (186,134,255).

#ba86ff hex color red value is 186, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ba86ff hue: 0.74 , saturation: 1.00 and the lightness value of ba86ff is 0.76.

The process color (four color CMYK) of #ba86ff color hex is 0.27, 0.47, 0.00, 0.00. Web safe color of #ba86ff is #cc99ff. Color #ba86ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 11111111
Octal 272 206 377
Decimal 186 134 255
Hex BA 86 FF

RGB Percentages of Color #ba86ff

%32.35
%23.30
%44.35

CMYK Percentages of Color #ba86ff

%27
%47
%0
%0

Triadic Colors of #ba86ff

#ba86ff #ffba86 #86ffba

Analogous Colors of #ba86ff

#ba86ff #f786ff #868fff

Monochromatic Colors of #ba86ff

#ba86ff

Complementary Color

#ba86ff #cbff86

#ba86ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba86ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba86ff Color CSS Codes

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

#ba86ff Text Font Color

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

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


#ba86ff Background Color

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

This div background color is #ba86ff


#ba86ff Border Color

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

This div border color is #ba86ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba86ff


Comments

No comments written yet.

Please login to write comment.