Color Hex Logo

#ba51ea Color Hex

#BA51EA
(186,81,234)
0 Favorites   0 Comments

Color spaces of #ba51ea

RGB 18681234
HSL0.780.780.62
HSV281°65°92°
CMYK 0.210.650.00   0.08
XYZ38.043422.264580.1343
Yxy22.26450.27090.1585
Hunter Lab47.185361.3424-67.6620
CIE-Lab54.306565.4372-59.3535

#ba51ea color RGB value is (186,81,234).

#ba51ea hex color red value is 186, green value is 81 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ba51ea hue: 0.78 , saturation: 0.78 and the lightness value of ba51ea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 11101010
Octal 272 121 352
Decimal 186 81 234
Hex BA 51 EA

RGB Percentages of Color #ba51ea

%37.13
%16.17
%46.71

CMYK Percentages of Color #ba51ea

%21
%65
%0
%8

Triadic Colors of #ba51ea

#ba51ea #eaba51 #51eaba

Analogous Colors of #ba51ea

#ba51ea #ea51ce #6e51ea

Monochromatic Colors of #ba51ea

#ba51ea

Complementary Color

#ba51ea #81ea51

#ba51ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba51ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba51ea Color CSS Codes

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

#ba51ea Text Font Color

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

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


#ba51ea Background Color

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

This div background color is #ba51ea


#ba51ea Border Color

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

This div border color is #ba51ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba51ea


Comments

No comments written yet.

Please login to write comment.