Color Hex Logo

#ba5bdd Color Hex

#BA5BDD
(186,91,221)
0 Favorites   0 Comments

Color spaces of #ba5bdd

RGB 18691221
HSL0.790.660.61
HSV284°59°87°
CMYK 0.160.590.00   0.13
XYZ37.041923.141770.9211
Yxy23.14170.28250.1765
Hunter Lab48.105853.2614-53.7356
CIE-Lab55.218058.2462-50.5782

#ba5bdd color RGB value is (186,91,221).

#ba5bdd hex color red value is 186, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba5bdd hue: 0.79 , saturation: 0.66 and the lightness value of ba5bdd is 0.61.

The process color (four color CMYK) of #ba5bdd color hex is 0.16, 0.59, 0.00, 0.13. Web safe color of #ba5bdd is #cc66cc. Color #ba5bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011011 11011101
Octal 272 133 335
Decimal 186 91 221
Hex BA 5B DD

RGB Percentages of Color #ba5bdd

%37.35
%18.27
%44.38

CMYK Percentages of Color #ba5bdd

%16
%59
%0
%13

Triadic Colors of #ba5bdd

#ba5bdd #ddba5b #5bddba

Analogous Colors of #ba5bdd

#ba5bdd #dd5bbf #795bdd

Monochromatic Colors of #ba5bdd

#ba5bdd

Complementary Color

#ba5bdd #7edd5b

#ba5bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5bdd Color CSS Codes

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

#ba5bdd Text Font Color

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

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


#ba5bdd Background Color

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

This div background color is #ba5bdd


#ba5bdd Border Color

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

This div border color is #ba5bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5bdd


Comments

No comments written yet.

Please login to write comment.