Color Hex Logo

#ba2fbb Color Hex

#BA2FBB
(186,47,187)
0 Favorites   0 Comments

Color spaces of #ba2fbb

RGB 18647187
HSL0.830.600.46
HSV300°75°73°
CMYK 0.010.750.00   0.27
XYZ30.235916.060048.5200
Yxy16.06000.31890.1694
Hunter Lab40.074964.5443-43.7318
CIE-Lab47.053169.5418-44.0503

#ba2fbb color RGB value is (186,47,187).

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

The process color (four color CMYK) of #ba2fbb color hex is 0.01, 0.75, 0.00, 0.27. Web safe color of #ba2fbb is #cc33cc. Color #ba2fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101111 10111011
Octal 272 57 273
Decimal 186 47 187
Hex BA 2F BB

RGB Percentages of Color #ba2fbb

%44.29
%11.19
%44.52

CMYK Percentages of Color #ba2fbb

%1
%75
%0
%27

Triadic Colors of #ba2fbb

#ba2fbb #bbba2f #2fbbba

Analogous Colors of #ba2fbb

#ba2fbb #bb2f76 #742fbb

Monochromatic Colors of #ba2fbb

#ba2fbb

Complementary Color

#ba2fbb #30bb2f

#ba2fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2fbb Color CSS Codes

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

#ba2fbb Text Font Color

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

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


#ba2fbb Background Color

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

This div background color is #ba2fbb


#ba2fbb Border Color

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

This div border color is #ba2fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2fbb


Comments

No comments written yet.

Please login to write comment.