Color Hex Logo

#ba27bc Color Hex

#BA27BC
(186,39,188)
0 Favorites   0 Comments

Color spaces of #ba27bc

RGB 18639188
HSL0.830.660.45
HSV299°79°74°
CMYK 0.010.790.00   0.26
XYZ30.052315.521048.9889
Yxy15.52100.31780.1641
Hunter Lab39.396767.2178-46.1481
CIE-Lab46.339771.9247-45.7709

#ba27bc color RGB value is (186,39,188).

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

The process color (four color CMYK) of #ba27bc color hex is 0.01, 0.79, 0.00, 0.26. Web safe color of #ba27bc is #cc33cc. Color #ba27bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 10111100
Octal 272 47 274
Decimal 186 39 188
Hex BA 27 BC

RGB Percentages of Color #ba27bc

%45.04
%9.44
%45.52

CMYK Percentages of Color #ba27bc

%1
%79
%0
%26

Triadic Colors of #ba27bc

#ba27bc #bcba27 #27bcba

Analogous Colors of #ba27bc

#ba27bc #bc2774 #7027bc

Monochromatic Colors of #ba27bc

#ba27bc

Complementary Color

#ba27bc #29bc27

#ba27bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba27bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba27bc Color CSS Codes

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

#ba27bc Text Font Color

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

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


#ba27bc Background Color

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

This div background color is #ba27bc


#ba27bc Border Color

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

This div border color is #ba27bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba27bc


Comments

No comments written yet.

Please login to write comment.