Color Hex Logo

#ba27bd Color Hex

#BA27BD
(186,39,189)
0 Favorites   0 Comments

Color spaces of #ba27bd

RGB 18639189
HSL0.830.660.45
HSV299°79°74°
CMYK 0.020.790.00   0.26
XYZ30.160515.564349.5587
Yxy15.56430.31650.1633
Hunter Lab39.451667.4217-46.8633
CIE-Lab46.397672.0833-46.2629

#ba27bd color RGB value is (186,39,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 10111101
Octal 272 47 275
Decimal 186 39 189
Hex BA 27 BD

RGB Percentages of Color #ba27bd

%44.93
%9.42
%45.65

CMYK Percentages of Color #ba27bd

%2
%79
%0
%26

Triadic Colors of #ba27bd

#ba27bd #bdba27 #27bdba

Analogous Colors of #ba27bd

#ba27bd #bd2775 #6f27bd

Monochromatic Colors of #ba27bd

#ba27bd

Complementary Color

#ba27bd #2abd27

#ba27bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba27bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba27bd Color CSS Codes

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

#ba27bd Text Font Color

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

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


#ba27bd Background Color

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

This div background color is #ba27bd


#ba27bd Border Color

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

This div border color is #ba27bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba27bd


Comments

No comments written yet.

Please login to write comment.