Color Hex Logo

#ba9bef Color Hex

#BA9BEF
(186,155,239)
0 Favorites   0 Comments

Color spaces of #ba9bef

RGB 186155239
HSL0.730.720.77
HSV262°35°94°
CMYK 0.220.350.00   0.06
XYZ47.551040.113886.8979
Yxy40.11380.27240.2298
Hunter Lab63.335523.1772-37.0126
CIE-Lab69.550528.1746-38.0144

#ba9bef color RGB value is (186,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011011 11101111
Octal 272 233 357
Decimal 186 155 239
Hex BA 9B EF

RGB Percentages of Color #ba9bef

%32.07
%26.72
%41.21

CMYK Percentages of Color #ba9bef

%22
%35
%0
%6

Triadic Colors of #ba9bef

#ba9bef #efba9b #9befba

Analogous Colors of #ba9bef

#ba9bef #e49bef #9ba6ef

Monochromatic Colors of #ba9bef

#ba9bef

Complementary Color

#ba9bef #d0ef9b

#ba9bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9bef Color CSS Codes

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

#ba9bef Text Font Color

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

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


#ba9bef Background Color

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

This div background color is #ba9bef


#ba9bef Border Color

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

This div border color is #ba9bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9bef


Comments

No comments written yet.

Please login to write comment.