Color Hex Logo

#ba7eeb Color Hex

#BA7EEB
(186,126,235)
0 Favorites   0 Comments

Color spaces of #ba7eeb

RGB 186126235
HSL0.760.730.71
HSV273°46°92°
CMYK 0.210.460.00   0.08
XYZ42.706031.359082.3993
Yxy31.35900.27290.2004
Hunter Lab55.999138.1291-48.0423
CIE-Lab62.809543.2638-46.3786

#ba7eeb color RGB value is (186,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111110 11101011
Octal 272 176 353
Decimal 186 126 235
Hex BA 7E EB

RGB Percentages of Color #ba7eeb

%34.00
%23.03
%42.96

CMYK Percentages of Color #ba7eeb

%21
%46
%0
%8

Triadic Colors of #ba7eeb

#ba7eeb #ebba7e #7eebba

Analogous Colors of #ba7eeb

#ba7eeb #eb7ee6 #847eeb

Monochromatic Colors of #ba7eeb

#ba7eeb

Complementary Color

#ba7eeb #afeb7e

#ba7eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7eeb Color CSS Codes

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

#ba7eeb Text Font Color

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

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


#ba7eeb Background Color

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

This div background color is #ba7eeb


#ba7eeb Border Color

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

This div border color is #ba7eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7eeb


Comments

No comments written yet.

Please login to write comment.