Color Hex Logo

#ba2bbd Color Hex

#BA2BBD
(186,43,189)
0 Favorites   0 Comments

Color spaces of #ba2bbd

RGB 18643189
HSL0.830.630.45
HSV299°77°74°
CMYK 0.020.770.00   0.26
XYZ30.298915.841049.6048
Yxy15.84100.31650.1655
Hunter Lab39.800866.2344-46.0343
CIE-Lab46.765271.0197-45.6768

#ba2bbd color RGB value is (186,43,189).

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

The process color (four color CMYK) of #ba2bbd color hex is 0.02, 0.77, 0.00, 0.26. Web safe color of #ba2bbd is #cc33cc. Color #ba2bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101011 10111101
Octal 272 53 275
Decimal 186 43 189
Hex BA 2B BD

RGB Percentages of Color #ba2bbd

%44.50
%10.29
%45.22

CMYK Percentages of Color #ba2bbd

%2
%77
%0
%26

Triadic Colors of #ba2bbd

#ba2bbd #bdba2b #2bbdba

Analogous Colors of #ba2bbd

#ba2bbd #bd2b77 #712bbd

Monochromatic Colors of #ba2bbd

#ba2bbd

Complementary Color

#ba2bbd #2ebd2b

#ba2bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2bbd Color CSS Codes

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

#ba2bbd Text Font Color

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

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


#ba2bbd Background Color

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

This div background color is #ba2bbd


#ba2bbd Border Color

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

This div border color is #ba2bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2bbd


Comments

No comments written yet.

Please login to write comment.