Color Hex Logo

#ba52ea Color Hex

#BA52EA
(186,82,234)
0 Favorites   0 Comments

Color spaces of #ba52ea

RGB 18682234
HSL0.780.780.62
HSV281°65°92°
CMYK 0.210.650.00   0.08
XYZ38.118322.414280.1592
Yxy22.41420.27090.1593
Hunter Lab47.343660.8663-67.2455
CIE-Lab54.463765.0012-59.1011

#ba52ea color RGB value is (186,82,234).

#ba52ea hex color red value is 186, green value is 82 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ba52ea hue: 0.78 , saturation: 0.78 and the lightness value of ba52ea is 0.62.

The process color (four color CMYK) of #ba52ea color hex is 0.21, 0.65, 0.00, 0.08. Web safe color of #ba52ea is #cc66ff. Color #ba52ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 11101010
Octal 272 122 352
Decimal 186 82 234
Hex BA 52 EA

RGB Percentages of Color #ba52ea

%37.05
%16.33
%46.61

CMYK Percentages of Color #ba52ea

%21
%65
%0
%8

Triadic Colors of #ba52ea

#ba52ea #eaba52 #52eaba

Analogous Colors of #ba52ea

#ba52ea #ea52ce #6e52ea

Monochromatic Colors of #ba52ea

#ba52ea

Complementary Color

#ba52ea #82ea52

#ba52ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba52ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba52ea Color CSS Codes

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

#ba52ea Text Font Color

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

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


#ba52ea Background Color

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

This div background color is #ba52ea


#ba52ea Border Color

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

This div border color is #ba52ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba52ea


Comments

No comments written yet.

Please login to write comment.