Color Hex Logo

#ba9eec Color Hex

#BA9EEC
(186,158,236)
0 Favorites   0 Comments

Color spaces of #ba9eec

RGB 186158236
HSL0.730.670.77
HSV262°33°93°
CMYK 0.210.330.00   0.07
XYZ47.616940.949084.7511
Yxy40.94900.27470.2363
Hunter Lab63.991420.8394-33.7305
CIE-Lab70.140225.8162-35.4573

#ba9eec color RGB value is (186,158,236).

#ba9eec hex color red value is 186, green value is 158 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ba9eec hue: 0.73 , saturation: 0.67 and the lightness value of ba9eec is 0.77.

The process color (four color CMYK) of #ba9eec color hex is 0.21, 0.33, 0.00, 0.07. Web safe color of #ba9eec is #cc99ff. Color #ba9eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011110 11101100
Octal 272 236 354
Decimal 186 158 236
Hex BA 9E EC

RGB Percentages of Color #ba9eec

%32.07
%27.24
%40.69

CMYK Percentages of Color #ba9eec

%21
%33
%0
%7

Triadic Colors of #ba9eec

#ba9eec #ecba9e #9eecba

Analogous Colors of #ba9eec

#ba9eec #e19eec #9ea9ec

Monochromatic Colors of #ba9eec

#ba9eec

Complementary Color

#ba9eec #d0ec9e

#ba9eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9eec Color CSS Codes

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

#ba9eec Text Font Color

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

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


#ba9eec Background Color

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

This div background color is #ba9eec


#ba9eec Border Color

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

This div border color is #ba9eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9eec


Comments

No comments written yet.

Please login to write comment.