Color Hex Logo

#ba86ee Color Hex

#BA86EE
(186,134,238)
0 Favorites   0 Comments

Color spaces of #ba86ee

RGB 186134238
HSL0.750.750.73
HSV270°44°93°
CMYK 0.220.440.00   0.07
XYZ44.207433.662385.0564
Yxy33.66230.27130.2066
Hunter Lab58.019234.4734-46.3059
CIE-Lab64.693639.5790-45.0685

#ba86ee color RGB value is (186,134,238).

#ba86ee hex color red value is 186, green value is 134 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ba86ee hue: 0.75 , saturation: 0.75 and the lightness value of ba86ee is 0.73.

The process color (four color CMYK) of #ba86ee color hex is 0.22, 0.44, 0.00, 0.07. Web safe color of #ba86ee is #cc99ff. Color #ba86ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 11101110
Octal 272 206 356
Decimal 186 134 238
Hex BA 86 EE

RGB Percentages of Color #ba86ee

%33.33
%24.01
%42.65

CMYK Percentages of Color #ba86ee

%22
%44
%0
%7

Triadic Colors of #ba86ee

#ba86ee #eeba86 #86eeba

Analogous Colors of #ba86ee

#ba86ee #ee86ee #8686ee

Monochromatic Colors of #ba86ee

#ba86ee

Complementary Color

#ba86ee #baee86

#ba86ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba86ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba86ee Color CSS Codes

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

#ba86ee Text Font Color

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

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


#ba86ee Background Color

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

This div background color is #ba86ee


#ba86ee Border Color

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

This div border color is #ba86ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba86ee


Comments

No comments written yet.

Please login to write comment.