Color Hex Logo

#ba52df Color Hex

#BA52DF
(186,82,223)
0 Favorites   0 Comments

Color spaces of #ba52df

RGB 18682223
HSL0.790.690.60
HSV284°63°87°
CMYK 0.170.630.00   0.13
XYZ36.586321.801472.0918
Yxy21.80140.28040.1671
Hunter Lab46.692058.1558-58.8586
CIE-Lab53.815662.7873-53.9447

#ba52df color RGB value is (186,82,223).

#ba52df hex color red value is 186, green value is 82 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ba52df hue: 0.79 , saturation: 0.69 and the lightness value of ba52df is 0.60.

The process color (four color CMYK) of #ba52df color hex is 0.17, 0.63, 0.00, 0.13. Web safe color of #ba52df is #cc66cc. Color #ba52df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 11011111
Octal 272 122 337
Decimal 186 82 223
Hex BA 52 DF

RGB Percentages of Color #ba52df

%37.88
%16.70
%45.42

CMYK Percentages of Color #ba52df

%17
%63
%0
%13

Triadic Colors of #ba52df

#ba52df #dfba52 #52dfba

Analogous Colors of #ba52df

#ba52df #df52be #7452df

Monochromatic Colors of #ba52df

#ba52df

Complementary Color

#ba52df #77df52

#ba52df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba52df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba52df Color CSS Codes

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

#ba52df Text Font Color

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

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


#ba52df Background Color

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

This div background color is #ba52df


#ba52df Border Color

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

This div border color is #ba52df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba52df


Comments

No comments written yet.

Please login to write comment.