Color Hex Logo

#ba00eb Color Hex

#BA00EB
(186,0,235)
0 Favorites   0 Comments

Color spaces of #ba00eb

RGB 1860235
HSL0.801.000.46
HSV287°100°92°
CMYK 0.211.000.00   0.08
XYZ35.245116.437379.9123
Yxy16.43730.26780.1249
Hunter Lab40.542984.2248-88.4837
CIE-Lab47.543185.3244-70.8477

#ba00eb color RGB value is (186,0,235).

#ba00eb hex color red value is 186, green value is 0 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ba00eb hue: 0.80 , saturation: 1.00 and the lightness value of ba00eb is 0.46.

The process color (four color CMYK) of #ba00eb color hex is 0.21, 1.00, 0.00, 0.08. Web safe color of #ba00eb is #cc00ff. Color #ba00eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 11101011
Octal 272 0 353
Decimal 186 0 235
Hex BA 0 EB

RGB Percentages of Color #ba00eb

%44.18
%0.00
%55.82

CMYK Percentages of Color #ba00eb

%21
%100
%0
%8

Triadic Colors of #ba00eb

#ba00eb #ebba00 #00ebba

Analogous Colors of #ba00eb

#ba00eb #eb00a7 #4400eb

Monochromatic Colors of #ba00eb

#ba00eb

Complementary Color

#ba00eb #31eb00

#ba00eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba00eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba00eb Color CSS Codes

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

#ba00eb Text Font Color

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

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


#ba00eb Background Color

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

This div background color is #ba00eb


#ba00eb Border Color

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

This div border color is #ba00eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba00eb


Comments

No comments written yet.

Please login to write comment.