Color Hex Logo

#ba52cb Color Hex

#BA52CB
(186,82,203)
0 Favorites   0 Comments

Color spaces of #ba52cb

RGB 18682203
HSL0.810.540.56
HSV292°60°80°
CMYK 0.080.600.00   0.20
XYZ34.046520.785558.7175
Yxy20.78550.29980.1831
Hunter Lab45.591153.5156-44.4467
CIE-Lab52.713958.9171-44.3195

#ba52cb color RGB value is (186,82,203).

#ba52cb hex color red value is 186, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ba52cb hue: 0.81 , saturation: 0.54 and the lightness value of ba52cb is 0.56.

The process color (four color CMYK) of #ba52cb color hex is 0.08, 0.60, 0.00, 0.20. Web safe color of #ba52cb is #cc66cc. Color #ba52cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 11001011
Octal 272 122 313
Decimal 186 82 203
Hex BA 52 CB

RGB Percentages of Color #ba52cb

%39.49
%17.41
%43.10

CMYK Percentages of Color #ba52cb

%8
%60
%0
%20

Triadic Colors of #ba52cb

#ba52cb #cbba52 #52cbba

Analogous Colors of #ba52cb

#ba52cb #cb52a0 #7e52cb

Monochromatic Colors of #ba52cb

#ba52cb

Complementary Color

#ba52cb #63cb52

#ba52cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba52cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba52cb Color CSS Codes

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

#ba52cb Text Font Color

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

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


#ba52cb Background Color

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

This div background color is #ba52cb


#ba52cb Border Color

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

This div border color is #ba52cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba52cb


Comments

No comments written yet.

Please login to write comment.