Color Hex Logo

#ba7eec Color Hex

#BA7EEC
(186,126,236)
0 Favorites   0 Comments

Color spaces of #ba7eec

RGB 186126236
HSL0.760.740.71
HSV273°47°93°
CMYK 0.210.470.00   0.07
XYZ42.850931.416983.1625
Yxy31.41690.27220.1996
Hunter Lab56.050838.3746-48.7330
CIE-Lab62.858043.4875-46.8560

#ba7eec color RGB value is (186,126,236).

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

The process color (four color CMYK) of #ba7eec color hex is 0.21, 0.47, 0.00, 0.07. Web safe color of #ba7eec is #cc66ff. Color #ba7eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111110 11101100
Octal 272 176 354
Decimal 186 126 236
Hex BA 7E EC

RGB Percentages of Color #ba7eec

%33.94
%22.99
%43.07

CMYK Percentages of Color #ba7eec

%21
%47
%0
%7

Triadic Colors of #ba7eec

#ba7eec #ecba7e #7eecba

Analogous Colors of #ba7eec

#ba7eec #ec7ee7 #837eec

Monochromatic Colors of #ba7eec

#ba7eec

Complementary Color

#ba7eec #b0ec7e

#ba7eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7eec Color CSS Codes

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

#ba7eec Text Font Color

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

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


#ba7eec Background Color

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

This div background color is #ba7eec


#ba7eec Border Color

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

This div border color is #ba7eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7eec


Comments

No comments written yet.

Please login to write comment.