Color Hex Logo

#ba8cee Color Hex

#BA8CEE
(186,140,238)
0 Favorites   0 Comments

Color spaces of #ba8cee

RGB 186140238
HSL0.740.740.74
HSV268°41°93°
CMYK 0.220.410.00   0.07
XYZ45.060435.368385.3407
Yxy35.36830.27180.2134
Hunter Lab59.471331.1718-43.4507
CIE-Lab66.034436.2756-42.9618

#ba8cee color RGB value is (186,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001100 11101110
Octal 272 214 356
Decimal 186 140 238
Hex BA 8C EE

RGB Percentages of Color #ba8cee

%32.98
%24.82
%42.20

CMYK Percentages of Color #ba8cee

%22
%41
%0
%7

Triadic Colors of #ba8cee

#ba8cee #eeba8c #8ceeba

Analogous Colors of #ba8cee

#ba8cee #eb8cee #8c8fee

Monochromatic Colors of #ba8cee

#ba8cee

Complementary Color

#ba8cee #c0ee8c

#ba8cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8cee Color CSS Codes

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

#ba8cee Text Font Color

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

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


#ba8cee Background Color

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

This div background color is #ba8cee


#ba8cee Border Color

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

This div border color is #ba8cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8cee


Comments

No comments written yet.

Please login to write comment.