Color Hex Logo

#ba6aee Color Hex

#BA6AEE
(186,106,238)
0 Favorites   0 Comments

Color spaces of #ba6aee

RGB 186106238
HSL0.770.800.67
HSV276°55°93°
CMYK 0.220.550.00   0.07
XYZ40.836426.920283.9327
Yxy26.92020.26920.1775
Hunter Lab51.884749.6922-59.5928
CIE-Lab58.900454.4415-54.2421

#ba6aee color RGB value is (186,106,238).

#ba6aee hex color red value is 186, green value is 106 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ba6aee hue: 0.77 , saturation: 0.80 and the lightness value of ba6aee is 0.67.

The process color (four color CMYK) of #ba6aee color hex is 0.22, 0.55, 0.00, 0.07. Web safe color of #ba6aee is #cc66ff. Color #ba6aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101010 11101110
Octal 272 152 356
Decimal 186 106 238
Hex BA 6A EE

RGB Percentages of Color #ba6aee

%35.09
%20.00
%44.91

CMYK Percentages of Color #ba6aee

%22
%55
%0
%7

Triadic Colors of #ba6aee

#ba6aee #eeba6a #6aeeba

Analogous Colors of #ba6aee

#ba6aee #ee6ae0 #786aee

Monochromatic Colors of #ba6aee

#ba6aee

Complementary Color

#ba6aee #9eee6a

#ba6aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6aee Color CSS Codes

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

#ba6aee Text Font Color

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

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


#ba6aee Background Color

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

This div background color is #ba6aee


#ba6aee Border Color

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

This div border color is #ba6aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6aee


Comments

No comments written yet.

Please login to write comment.