Color Hex Logo

#ba1aef Color Hex

#BA1AEF
(186,26,239)
0 Favorites   0 Comments

Color spaces of #ba1aef

RGB 18626239
HSL0.790.870.52
HSV285°89°94°
CMYK 0.220.890.00   0.06
XYZ36.199117.409983.1139
Yxy17.40990.26480.1273
Hunter Lab41.725281.8404-88.8943
CIE-Lab48.772483.2377-71.1059

#ba1aef color RGB value is (186,26,239).

#ba1aef hex color red value is 186, green value is 26 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ba1aef hue: 0.79 , saturation: 0.87 and the lightness value of ba1aef is 0.52.

The process color (four color CMYK) of #ba1aef color hex is 0.22, 0.89, 0.00, 0.06. Web safe color of #ba1aef is #cc33ff. Color #ba1aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011010 11101111
Octal 272 32 357
Decimal 186 26 239
Hex BA 1A EF

RGB Percentages of Color #ba1aef

%41.24
%5.76
%52.99

CMYK Percentages of Color #ba1aef

%22
%89
%0
%6

Triadic Colors of #ba1aef

#ba1aef #efba1a #1aefba

Analogous Colors of #ba1aef

#ba1aef #ef1aba #4f1aef

Monochromatic Colors of #ba1aef

#ba1aef

Complementary Color

#ba1aef #4fef1a

#ba1aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1aef Color CSS Codes

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

#ba1aef Text Font Color

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

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


#ba1aef Background Color

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

This div background color is #ba1aef


#ba1aef Border Color

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

This div border color is #ba1aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1aef


Comments

No comments written yet.

Please login to write comment.