Color Hex Logo

#ba82ea Color Hex

#BA82EA
(186,130,234)
0 Favorites   0 Comments

Color spaces of #ba82ea

RGB 186130234
HSL0.760.710.71
HSV272°44°92°
CMYK 0.210.440.00   0.08
XYZ43.083632.344981.8143
Yxy32.34490.27400.2057
Hunter Lab56.872635.6950-45.4811
CIE-Lab63.626940.8660-44.5370

#ba82ea color RGB value is (186,130,234).

#ba82ea hex color red value is 186, green value is 130 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ba82ea hue: 0.76 , saturation: 0.71 and the lightness value of ba82ea is 0.71.

The process color (four color CMYK) of #ba82ea color hex is 0.21, 0.44, 0.00, 0.08. Web safe color of #ba82ea is #cc99ff. Color #ba82ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000010 11101010
Octal 272 202 352
Decimal 186 130 234
Hex BA 82 EA

RGB Percentages of Color #ba82ea

%33.82
%23.64
%42.55

CMYK Percentages of Color #ba82ea

%21
%44
%0
%8

Triadic Colors of #ba82ea

#ba82ea #eaba82 #82eaba

Analogous Colors of #ba82ea

#ba82ea #ea82e6 #8682ea

Monochromatic Colors of #ba82ea

#ba82ea

Complementary Color

#ba82ea #b2ea82

#ba82ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba82ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba82ea Color CSS Codes

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

#ba82ea Text Font Color

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

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


#ba82ea Background Color

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

This div background color is #ba82ea


#ba82ea Border Color

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

This div border color is #ba82ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,130,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 #ba82ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba82ea


Comments

No comments written yet.

Please login to write comment.