Color Hex Logo

#ba52b0 Color Hex

#BA52B0
(186,82,176)
0 Favorites   0 Comments

Color spaces of #ba52b0

RGB 18682176
HSL0.850.430.53
HSV306°56°73°
CMYK 0.000.560.05   0.27
XYZ31.103519.608343.2197
Yxy19.60830.33110.2088
Hunter Lab44.281347.8876-26.8718
CIE-Lab51.391454.0761-30.7921

#ba52b0 color RGB value is (186,82,176).

#ba52b0 hex color red value is 186, green value is 82 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ba52b0 hue: 0.85 , saturation: 0.43 and the lightness value of ba52b0 is 0.53.

The process color (four color CMYK) of #ba52b0 color hex is 0.00, 0.56, 0.05, 0.27. Web safe color of #ba52b0 is #cc6699. Color #ba52b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 10110000
Octal 272 122 260
Decimal 186 82 176
Hex BA 52 B0

RGB Percentages of Color #ba52b0

%41.89
%18.47
%39.64

CMYK Percentages of Color #ba52b0

%0
%56
%5
%27

Triadic Colors of #ba52b0

#ba52b0 #b0ba52 #52b0ba

Analogous Colors of #ba52b0

#ba52b0 #ba527c #9052ba

Monochromatic Colors of #ba52b0

#ba52b0

Complementary Color

#ba52b0 #52ba5c

#ba52b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba52b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba52b0 Color CSS Codes

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

#ba52b0 Text Font Color

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

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


#ba52b0 Background Color

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

This div background color is #ba52b0


#ba52b0 Border Color

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

This div border color is #ba52b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba52b0


Comments

No comments written yet.

Please login to write comment.