Color Hex Logo

#ba2feb Color Hex

#BA2FEB
(186,47,235)
0 Favorites   0 Comments

Color spaces of #ba2feb

RGB 18647235
HSL0.790.820.55
HSV284°80°92°
CMYK 0.210.800.00   0.08
XYZ36.261618.470380.2512
Yxy18.47030.26860.1368
Hunter Lab42.977175.3982-80.6284
CIE-Lab50.061677.8892-66.7600

#ba2feb color RGB value is (186,47,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101111 11101011
Octal 272 57 353
Decimal 186 47 235
Hex BA 2F EB

RGB Percentages of Color #ba2feb

%39.74
%10.04
%50.21

CMYK Percentages of Color #ba2feb

%21
%80
%0
%8

Triadic Colors of #ba2feb

#ba2feb #ebba2f #2febba

Analogous Colors of #ba2feb

#ba2feb #eb2fbe #5c2feb

Monochromatic Colors of #ba2feb

#ba2feb

Complementary Color

#ba2feb #60eb2f

#ba2feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2feb Color CSS Codes

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

#ba2feb Text Font Color

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

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


#ba2feb Background Color

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

This div background color is #ba2feb


#ba2feb Border Color

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

This div border color is #ba2feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2feb


Comments

No comments written yet.

Please login to write comment.