Color Hex Logo

#ba28ba Color Hex

#BA28BA
(186,40,186)
0 Favorites   0 Comments

Color spaces of #ba28ba

RGB 18640186
HSL0.830.650.44
HSV300°78°73°
CMYK 0.000.780.00   0.27
XYZ29.871415.501947.8721
Yxy15.50190.32040.1662
Hunter Lab39.372566.5240-44.5287
CIE-Lab46.314171.3501-44.6414

#ba28ba color RGB value is (186,40,186).

#ba28ba hex color red value is 186, green value is 40 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ba28ba hue: 0.83 , saturation: 0.65 and the lightness value of ba28ba is 0.44.

The process color (four color CMYK) of #ba28ba color hex is 0.00, 0.78, 0.00, 0.27. Web safe color of #ba28ba is #cc33cc. Color #ba28ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101000 10111010
Octal 272 50 272
Decimal 186 40 186
Hex BA 28 BA

RGB Percentages of Color #ba28ba

%45.15
%9.71
%45.15

CMYK Percentages of Color #ba28ba

%0
%78
%0
%27

Triadic Colors of #ba28ba

#ba28ba #baba28 #28baba

Analogous Colors of #ba28ba

#ba28ba #ba2871 #7128ba

Monochromatic Colors of #ba28ba

#ba28ba

Complementary Color

#ba28ba #28ba28

#ba28ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba28ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba28ba Color CSS Codes

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

#ba28ba Text Font Color

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

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


#ba28ba Background Color

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

This div background color is #ba28ba


#ba28ba Border Color

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

This div border color is #ba28ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba28ba

#ba28ba Color Palettes


Comments

No comments written yet.

Please login to write comment.