Color Hex Logo

#ba96e9 Color Hex

#BA96E9
(186,150,233)
0 Favorites   0 Comments

Color spaces of #ba96e9

RGB 186150233
HSL0.740.650.75
HSV266°36°91°
CMYK 0.200.360.00   0.09
XYZ45.864038.135082.0343
Yxy38.13500.27620.2297
Hunter Lab61.753524.5022-35.5342
CIE-Lab68.120029.5900-36.9531

#ba96e9 color RGB value is (186,150,233).

#ba96e9 hex color red value is 186, green value is 150 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ba96e9 hue: 0.74 , saturation: 0.65 and the lightness value of ba96e9 is 0.75.

The process color (four color CMYK) of #ba96e9 color hex is 0.20, 0.36, 0.00, 0.09. Web safe color of #ba96e9 is #cc99ff. Color #ba96e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010110 11101001
Octal 272 226 351
Decimal 186 150 233
Hex BA 96 E9

RGB Percentages of Color #ba96e9

%32.69
%26.36
%40.95

CMYK Percentages of Color #ba96e9

%20
%36
%0
%9

Triadic Colors of #ba96e9

#ba96e9 #e9ba96 #96e9ba

Analogous Colors of #ba96e9

#ba96e9 #e496e9 #969ce9

Monochromatic Colors of #ba96e9

#ba96e9

Complementary Color

#ba96e9 #c5e996

#ba96e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba96e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba96e9 Color CSS Codes

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

#ba96e9 Text Font Color

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

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


#ba96e9 Background Color

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

This div background color is #ba96e9


#ba96e9 Border Color

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

This div border color is #ba96e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba96e9


Comments

No comments written yet.

Please login to write comment.