Color Hex Logo

#ba9cef Color Hex

#BA9CEF
(186,156,239)
0 Favorites   0 Comments

Color spaces of #ba9cef

RGB 186156239
HSL0.730.720.77
HSV262°35°94°
CMYK 0.220.350.00   0.06
XYZ47.718240.448086.9536
Yxy40.44800.27250.2310
Hunter Lab63.598722.6309-36.5435
CIE-Lab69.787427.6181-37.6456

#ba9cef color RGB value is (186,156,239).

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

The process color (four color CMYK) of #ba9cef color hex is 0.22, 0.35, 0.00, 0.06. Web safe color of #ba9cef is #cc99ff. Color #ba9cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011100 11101111
Octal 272 234 357
Decimal 186 156 239
Hex BA 9C EF

RGB Percentages of Color #ba9cef

%32.01
%26.85
%41.14

CMYK Percentages of Color #ba9cef

%22
%35
%0
%6

Triadic Colors of #ba9cef

#ba9cef #efba9c #9cefba

Analogous Colors of #ba9cef

#ba9cef #e49cef #9ca8ef

Monochromatic Colors of #ba9cef

#ba9cef

Complementary Color

#ba9cef #d1ef9c

#ba9cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9cef Color CSS Codes

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

#ba9cef Text Font Color

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

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


#ba9cef Background Color

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

This div background color is #ba9cef


#ba9cef Border Color

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

This div border color is #ba9cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9cef


Comments

No comments written yet.

Please login to write comment.