Color Hex Logo

#ba36bd Color Hex

#BA36BD
(186,54,189)
0 Favorites   0 Comments

Color spaces of #ba36bd

RGB 18654189
HSL0.830.560.48
HSV299°71°74°
CMYK 0.020.710.00   0.26
XYZ30.754216.751649.7566
Yxy16.75160.31620.1722
Hunter Lab40.928762.5012-43.4281
CIE-Lab47.945567.6345-43.7986

#ba36bd color RGB value is (186,54,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110110 10111101
Octal 272 66 275
Decimal 186 54 189
Hex BA 36 BD

RGB Percentages of Color #ba36bd

%43.36
%12.59
%44.06

CMYK Percentages of Color #ba36bd

%2
%71
%0
%26

Triadic Colors of #ba36bd

#ba36bd #bdba36 #36bdba

Analogous Colors of #ba36bd

#ba36bd #bd367d #7736bd

Monochromatic Colors of #ba36bd

#ba36bd

Complementary Color

#ba36bd #39bd36

#ba36bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba36bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba36bd Color CSS Codes

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

#ba36bd Text Font Color

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

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


#ba36bd Background Color

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

This div background color is #ba36bd


#ba36bd Border Color

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

This div border color is #ba36bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba36bd


Comments

No comments written yet.

Please login to write comment.