Color Hex Logo

#ba67eb Color Hex

#BA67EB
(186,103,235)
0 Favorites   0 Comments

Color spaces of #ba67eb

RGB 186103235
HSL0.770.770.66
HSV278°56°92°
CMYK 0.210.560.00   0.08
XYZ40.095326.137881.5291
Yxy26.13780.27140.1769
Hunter Lab51.125150.5211-58.7620
CIE-Lab58.167655.3037-53.7380

#ba67eb color RGB value is (186,103,235).

#ba67eb hex color red value is 186, green value is 103 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ba67eb hue: 0.77 , saturation: 0.77 and the lightness value of ba67eb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100111 11101011
Octal 272 147 353
Decimal 186 103 235
Hex BA 67 EB

RGB Percentages of Color #ba67eb

%35.50
%19.66
%44.85

CMYK Percentages of Color #ba67eb

%21
%56
%0
%8

Triadic Colors of #ba67eb

#ba67eb #ebba67 #67ebba

Analogous Colors of #ba67eb

#ba67eb #eb67da #7867eb

Monochromatic Colors of #ba67eb

#ba67eb

Complementary Color

#ba67eb #98eb67

#ba67eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba67eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba67eb Color CSS Codes

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

#ba67eb Text Font Color

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

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


#ba67eb Background Color

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

This div background color is #ba67eb


#ba67eb Border Color

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

This div border color is #ba67eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba67eb


Comments

No comments written yet.

Please login to write comment.