Color Hex Logo

#ba8aeb Color Hex

#BA8AEB
(186,138,235)
0 Favorites   0 Comments

Color spaces of #ba8aeb

RGB 186138235
HSL0.750.710.73
HSV270°41°92°
CMYK 0.210.410.00   0.08
XYZ44.333634.614282.9418
Yxy34.61420.27390.2138
Hunter Lab58.833831.5475-42.4012
CIE-Lab65.447236.6992-42.2300

#ba8aeb color RGB value is (186,138,235).

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

The process color (four color CMYK) of #ba8aeb color hex is 0.21, 0.41, 0.00, 0.08. Web safe color of #ba8aeb is #cc99ff. Color #ba8aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001010 11101011
Octal 272 212 353
Decimal 186 138 235
Hex BA 8A EB

RGB Percentages of Color #ba8aeb

%33.27
%24.69
%42.04

CMYK Percentages of Color #ba8aeb

%21
%41
%0
%8

Triadic Colors of #ba8aeb

#ba8aeb #ebba8a #8aebba

Analogous Colors of #ba8aeb

#ba8aeb #eb8aeb #8a8beb

Monochromatic Colors of #ba8aeb

#ba8aeb

Complementary Color

#ba8aeb #bbeb8a

#ba8aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8aeb Color CSS Codes

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

#ba8aeb Text Font Color

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

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


#ba8aeb Background Color

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

This div background color is #ba8aeb


#ba8aeb Border Color

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

This div border color is #ba8aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8aeb


Comments

No comments written yet.

Please login to write comment.