Color Hex Logo

#ba99ef Color Hex

#BA99EF
(186,153,239)
0 Favorites   0 Comments

Color spaces of #ba99ef

RGB 186153239
HSL0.730.730.77
HSV263°36°94°
CMYK 0.220.360.00   0.06
XYZ47.220939.453686.7878
Yxy39.45360.27220.2274
Hunter Lab62.812124.2716-37.9528
CIE-Lab69.078629.2882-38.7497

#ba99ef color RGB value is (186,153,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 11101111
Octal 272 231 357
Decimal 186 153 239
Hex BA 99 EF

RGB Percentages of Color #ba99ef

%32.18
%26.47
%41.35

CMYK Percentages of Color #ba99ef

%22
%36
%0
%6

Triadic Colors of #ba99ef

#ba99ef #efba99 #99efba

Analogous Colors of #ba99ef

#ba99ef #e599ef #99a3ef

Monochromatic Colors of #ba99ef

#ba99ef

Complementary Color

#ba99ef #ceef99

#ba99ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba99ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba99ef Color CSS Codes

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

#ba99ef Text Font Color

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

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


#ba99ef Background Color

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

This div background color is #ba99ef


#ba99ef Border Color

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

This div border color is #ba99ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba99ef


Comments

No comments written yet.

Please login to write comment.