Color Hex Logo

#ba52be Color Hex

#BA52BE
(186,82,190)
0 Favorites   0 Comments

Color spaces of #ba52be

RGB 18682190
HSL0.830.450.53
HSV298°57°75°
CMYK 0.020.570.00   0.25
XYZ32.561320.191450.8964
Yxy20.19140.31410.1948
Hunter Lab44.934850.7111-35.7017
CIE-Lab52.052956.5259-37.8843

#ba52be color RGB value is (186,82,190).

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

The process color (four color CMYK) of #ba52be color hex is 0.02, 0.57, 0.00, 0.25. Web safe color of #ba52be is #cc66cc. Color #ba52be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 10111110
Octal 272 122 276
Decimal 186 82 190
Hex BA 52 BE

RGB Percentages of Color #ba52be

%40.61
%17.90
%41.48

CMYK Percentages of Color #ba52be

%2
%57
%0
%25

Triadic Colors of #ba52be

#ba52be #beba52 #52beba

Analogous Colors of #ba52be

#ba52be #be528c #8452be

Monochromatic Colors of #ba52be

#ba52be

Complementary Color

#ba52be #56be52

#ba52be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba52be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba52be Color CSS Codes

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

#ba52be Text Font Color

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

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


#ba52be Background Color

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

This div background color is #ba52be


#ba52be Border Color

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

This div border color is #ba52be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba52be


Comments

No comments written yet.

Please login to write comment.