Color Hex Logo

#ba2abf Color Hex

#BA2ABF
(186,42,191)
0 Favorites   0 Comments

Color spaces of #ba2abf

RGB 18642191
HSL0.830.640.46
HSV298°78°75°
CMYK 0.030.780.00   0.25
XYZ30.481615.856650.7443
Yxy15.85660.31400.1633
Hunter Lab39.820366.9522-47.6808
CIE-Lab46.785871.6161-46.8108

#ba2abf color RGB value is (186,42,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101010 10111111
Octal 272 52 277
Decimal 186 42 191
Hex BA 2A BF

RGB Percentages of Color #ba2abf

%44.39
%10.02
%45.58

CMYK Percentages of Color #ba2abf

%3
%78
%0
%25

Triadic Colors of #ba2abf

#ba2abf #bfba2a #2abfba

Analogous Colors of #ba2abf

#ba2abf #bf2a7a #702abf

Monochromatic Colors of #ba2abf

#ba2abf

Complementary Color

#ba2abf #2fbf2a

#ba2abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2abf Color CSS Codes

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

#ba2abf Text Font Color

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

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


#ba2abf Background Color

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

This div background color is #ba2abf


#ba2abf Border Color

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

This div border color is #ba2abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2abf


Comments

No comments written yet.

Please login to write comment.