Color Hex Logo

#ba2abe Color Hex

#BA2ABE
(186,42,190)
0 Favorites   0 Comments

Color spaces of #ba2abe

RGB 18642190
HSL0.830.640.45
HSV298°78°75°
CMYK 0.020.780.00   0.25
XYZ30.371915.812750.1666
Yxy15.81270.31520.1641
Hunter Lab39.765266.7459-46.9629
CIE-Lab46.727871.4550-46.3201

#ba2abe color RGB value is (186,42,190).

#ba2abe hex color red value is 186, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba2abe hue: 0.83 , saturation: 0.64 and the lightness value of ba2abe is 0.45.

The process color (four color CMYK) of #ba2abe color hex is 0.02, 0.78, 0.00, 0.25. Web safe color of #ba2abe is #cc33cc. Color #ba2abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101010 10111110
Octal 272 52 276
Decimal 186 42 190
Hex BA 2A BE

RGB Percentages of Color #ba2abe

%44.50
%10.05
%45.45

CMYK Percentages of Color #ba2abe

%2
%78
%0
%25

Triadic Colors of #ba2abe

#ba2abe #beba2a #2abeba

Analogous Colors of #ba2abe

#ba2abe #be2a78 #702abe

Monochromatic Colors of #ba2abe

#ba2abe

Complementary Color

#ba2abe #2ebe2a

#ba2abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2abe Color CSS Codes

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

#ba2abe Text Font Color

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

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


#ba2abe Background Color

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

This div background color is #ba2abe


#ba2abe Border Color

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

This div border color is #ba2abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2abe


Comments

No comments written yet.

Please login to write comment.