Color Hex Logo

#ba6eee Color Hex

#BA6EEE
(186,110,238)
0 Favorites   0 Comments

Color spaces of #ba6eee

RGB 186110238
HSL0.770.790.68
HSV276°54°93°
CMYK 0.220.540.00   0.07
XYZ41.258227.764084.0734
Yxy27.76400.26950.1814
Hunter Lab52.691647.5577-57.7176
CIE-Lab59.674952.3976-53.0091

#ba6eee color RGB value is (186,110,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101110 11101110
Octal 272 156 356
Decimal 186 110 238
Hex BA 6E EE

RGB Percentages of Color #ba6eee

%34.83
%20.60
%44.57

CMYK Percentages of Color #ba6eee

%22
%54
%0
%7

Triadic Colors of #ba6eee

#ba6eee #eeba6e #6eeeba

Analogous Colors of #ba6eee

#ba6eee #ee6ee2 #7a6eee

Monochromatic Colors of #ba6eee

#ba6eee

Complementary Color

#ba6eee #a2ee6e

#ba6eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6eee Color CSS Codes

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

#ba6eee Text Font Color

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

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


#ba6eee Background Color

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

This div background color is #ba6eee


#ba6eee Border Color

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

This div border color is #ba6eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6eee


Comments

No comments written yet.

Please login to write comment.