Color Hex Logo

#ba99ee Color Hex

#BA99EE
(186,153,238)
0 Favorites   0 Comments

Color spaces of #ba99ee

RGB 186153238
HSL0.730.710.77
HSV263°36°93°
CMYK 0.220.360.00   0.07
XYZ47.073539.394686.0118
Yxy39.39460.27290.2284
Hunter Lab62.765124.0351-37.3140
CIE-Lab69.036129.0586-38.2685

#ba99ee color RGB value is (186,153,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 11101110
Octal 272 231 356
Decimal 186 153 238
Hex BA 99 EE

RGB Percentages of Color #ba99ee

%32.24
%26.52
%41.25

CMYK Percentages of Color #ba99ee

%22
%36
%0
%7

Triadic Colors of #ba99ee

#ba99ee #eeba99 #99eeba

Analogous Colors of #ba99ee

#ba99ee #e599ee #99a3ee

Monochromatic Colors of #ba99ee

#ba99ee

Complementary Color

#ba99ee #cdee99

#ba99ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba99ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba99ee Color CSS Codes

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

#ba99ee Text Font Color

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

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


#ba99ee Background Color

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

This div background color is #ba99ee


#ba99ee Border Color

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

This div border color is #ba99ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba99ee


Comments

No comments written yet.

Please login to write comment.