Color Hex Logo

#ba8add Color Hex

#BA8ADD
(186,138,221)
0 Favorites   0 Comments

Color spaces of #ba8add

RGB 186138221
HSL0.760.550.70
HSV275°38°87°
CMYK 0.160.380.00   0.13
XYZ42.389333.836572.7036
Yxy33.83650.28460.2272
Hunter Lab58.169128.2814-33.3861
CIE-Lab64.832633.5948-35.4417

#ba8add color RGB value is (186,138,221).

#ba8add hex color red value is 186, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba8add hue: 0.76 , saturation: 0.55 and the lightness value of ba8add is 0.70.

The process color (four color CMYK) of #ba8add color hex is 0.16, 0.38, 0.00, 0.13. Web safe color of #ba8add is #cc99cc. Color #ba8add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001010 11011101
Octal 272 212 335
Decimal 186 138 221
Hex BA 8A DD

RGB Percentages of Color #ba8add

%34.13
%25.32
%40.55

CMYK Percentages of Color #ba8add

%16
%38
%0
%13

Triadic Colors of #ba8add

#ba8add #ddba8a #8addba

Analogous Colors of #ba8add

#ba8add #dd8ad7 #918add

Monochromatic Colors of #ba8add

#ba8add

Complementary Color

#ba8add #addd8a

#ba8add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8add Color CSS Codes

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

#ba8add Text Font Color

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

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


#ba8add Background Color

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

This div background color is #ba8add


#ba8add Border Color

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

This div border color is #ba8add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8add


Comments

No comments written yet.

Please login to write comment.