Color Hex Logo

#ba27ba Color Hex

#BA27BA
(186,39,186)
0 Favorites   0 Comments

Color spaces of #ba27ba

RGB 18639186
HSL0.830.650.44
HSV300°79°73°
CMYK 0.000.790.00   0.27
XYZ29.838115.435347.8610
Yxy15.43530.32040.1657
Hunter Lab39.287866.8127-44.7266
CIE-Lab46.224771.6089-44.7838

#ba27ba color RGB value is (186,39,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 10111010
Octal 272 47 272
Decimal 186 39 186
Hex BA 27 BA

RGB Percentages of Color #ba27ba

%45.26
%9.49
%45.26

CMYK Percentages of Color #ba27ba

%0
%79
%0
%27

Triadic Colors of #ba27ba

#ba27ba #baba27 #27baba

Analogous Colors of #ba27ba

#ba27ba #ba2771 #7127ba

Monochromatic Colors of #ba27ba

#ba27ba

Complementary Color

#ba27ba #27ba27

#ba27ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba27ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba27ba Color CSS Codes

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

#ba27ba Text Font Color

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

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


#ba27ba Background Color

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

This div background color is #ba27ba


#ba27ba Border Color

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

This div border color is #ba27ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,39,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 #ba27ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba27ba


Comments

No comments written yet.

Please login to write comment.