Color Hex Logo

#ba76eb Color Hex

#BA76EB
(186,118,235)
0 Favorites   0 Comments

Color spaces of #ba76eb

RGB 186118235
HSL0.760.750.69
HSV275°50°92°
CMYK 0.210.500.00   0.08
XYZ41.723529.394182.0718
Yxy29.39410.27240.1919
Hunter Lab54.216342.4905-51.8008
CIE-Lab61.127947.5527-49.0362

#ba76eb color RGB value is (186,118,235).

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

The process color (four color CMYK) of #ba76eb color hex is 0.21, 0.50, 0.00, 0.08. Web safe color of #ba76eb is #cc66ff. Color #ba76eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 11101011
Octal 272 166 353
Decimal 186 118 235
Hex BA 76 EB

RGB Percentages of Color #ba76eb

%34.51
%21.89
%43.60

CMYK Percentages of Color #ba76eb

%21
%50
%0
%8

Triadic Colors of #ba76eb

#ba76eb #ebba76 #76ebba

Analogous Colors of #ba76eb

#ba76eb #eb76e2 #8076eb

Monochromatic Colors of #ba76eb

#ba76eb

Complementary Color

#ba76eb #a7eb76

#ba76eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba76eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba76eb Color CSS Codes

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

#ba76eb Text Font Color

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

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


#ba76eb Background Color

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

This div background color is #ba76eb


#ba76eb Border Color

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

This div border color is #ba76eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba76eb


Comments

No comments written yet.

Please login to write comment.