Color Hex Logo

#ba2beb Color Hex

#BA2BEB
(186,43,235)
0 Favorites   0 Comments

Color spaces of #ba2beb

RGB 18643235
HSL0.790.830.55
HSV285°82°92°
CMYK 0.210.820.00   0.08
XYZ36.109018.165080.2003
Yxy18.16500.26850.1351
Hunter Lab42.620476.6436-81.7337
CIE-Lab49.695678.9574-67.3528

#ba2beb color RGB value is (186,43,235).

#ba2beb hex color red value is 186, green value is 43 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ba2beb hue: 0.79 , saturation: 0.83 and the lightness value of ba2beb is 0.55.

The process color (four color CMYK) of #ba2beb color hex is 0.21, 0.82, 0.00, 0.08. Web safe color of #ba2beb is #cc33ff. Color #ba2beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101011 11101011
Octal 272 53 353
Decimal 186 43 235
Hex BA 2B EB

RGB Percentages of Color #ba2beb

%40.09
%9.27
%50.65

CMYK Percentages of Color #ba2beb

%21
%82
%0
%8

Triadic Colors of #ba2beb

#ba2beb #ebba2b #2bebba

Analogous Colors of #ba2beb

#ba2beb #eb2bbc #5a2beb

Monochromatic Colors of #ba2beb

#ba2beb

Complementary Color

#ba2beb #5ceb2b

#ba2beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2beb Color CSS Codes

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

#ba2beb Text Font Color

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

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


#ba2beb Background Color

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

This div background color is #ba2beb


#ba2beb Border Color

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

This div border color is #ba2beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2beb


Comments

No comments written yet.

Please login to write comment.