Color Hex Logo

#ba08e8 Color Hex

#BA08E8
(186,8,232)
0 Favorites   0 Comments

Color spaces of #ba08e8

RGB 1868232
HSL0.800.930.47
HSV288°97°91°
CMYK 0.200.970.00   0.09
XYZ34.902016.439077.6774
Yxy16.43900.27050.1274
Hunter Lab40.545082.7027-85.2080
CIE-Lab47.545384.1455-69.1462

#ba08e8 color RGB value is (186,8,232).

#ba08e8 hex color red value is 186, green value is 8 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ba08e8 hue: 0.80 , saturation: 0.93 and the lightness value of ba08e8 is 0.47.

The process color (four color CMYK) of #ba08e8 color hex is 0.20, 0.97, 0.00, 0.09. Web safe color of #ba08e8 is #cc00ff. Color #ba08e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001000 11101000
Octal 272 10 350
Decimal 186 8 232
Hex BA 8 E8

RGB Percentages of Color #ba08e8

%43.66
%1.88
%54.46

CMYK Percentages of Color #ba08e8

%20
%97
%0
%9

Triadic Colors of #ba08e8

#ba08e8 #e8ba08 #08e8ba

Analogous Colors of #ba08e8

#ba08e8 #e808a6 #4a08e8

Monochromatic Colors of #ba08e8

#ba08e8

Complementary Color

#ba08e8 #36e808

#ba08e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba08e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba08e8 Color CSS Codes

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

#ba08e8 Text Font Color

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

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


#ba08e8 Background Color

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

This div background color is #ba08e8


#ba08e8 Border Color

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

This div border color is #ba08e8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,8,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba08e8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba08e8


Comments

No comments written yet.

Please login to write comment.