Color Hex Logo

#ba13ea Color Hex

#BA13EA
(186,19,234)
0 Favorites   0 Comments

Color spaces of #ba13ea

RGB 18619234
HSL0.800.850.50
HSV287°92°92°
CMYK 0.210.920.00   0.08
XYZ35.333916.845479.2311
Yxy16.84540.26890.1282
Hunter Lab41.043181.8445-85.7252
CIE-Lab48.064683.3776-69.4343

#ba13ea color RGB value is (186,19,234).

#ba13ea hex color red value is 186, green value is 19 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ba13ea hue: 0.80 , saturation: 0.85 and the lightness value of ba13ea is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 11101010
Octal 272 23 352
Decimal 186 19 234
Hex BA 13 EA

RGB Percentages of Color #ba13ea

%42.37
%4.33
%53.30

CMYK Percentages of Color #ba13ea

%21
%92
%0
%8

Triadic Colors of #ba13ea

#ba13ea #eaba13 #13eaba

Analogous Colors of #ba13ea

#ba13ea #ea13af #4e13ea

Monochromatic Colors of #ba13ea

#ba13ea

Complementary Color

#ba13ea #43ea13

#ba13ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba13ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba13ea Color CSS Codes

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

#ba13ea Text Font Color

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

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


#ba13ea Background Color

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

This div background color is #ba13ea


#ba13ea Border Color

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

This div border color is #ba13ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba13ea


Comments

No comments written yet.

Please login to write comment.