Color Hex Logo

#ba96be Color Hex

#BA96BE
(186,150,190)
0 Favorites   0 Comments

Color spaces of #ba96be

RGB 186150190
HSL0.820.240.67
HSV294°21°75°
CMYK 0.020.210.00   0.25
XYZ40.450335.969553.5260
Yxy35.96950.31130.2768
Hunter Lab59.974615.4351-10.9328
CIE-Lab66.496620.5063-15.6097

#ba96be color RGB value is (186,150,190).

#ba96be hex color red value is 186, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba96be hue: 0.82 , saturation: 0.24 and the lightness value of ba96be is 0.67.

The process color (four color CMYK) of #ba96be color hex is 0.02, 0.21, 0.00, 0.25. Web safe color of #ba96be is #cc99cc. Color #ba96be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010110 10111110
Octal 272 226 276
Decimal 186 150 190
Hex BA 96 BE

RGB Percentages of Color #ba96be

%35.36
%28.52
%36.12

CMYK Percentages of Color #ba96be

%2
%21
%0
%25

Triadic Colors of #ba96be

#ba96be #beba96 #96beba

Analogous Colors of #ba96be

#ba96be #be96ae #a696be

Monochromatic Colors of #ba96be

#ba96be

Complementary Color

#ba96be #9abe96

#ba96be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba96be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba96be Color CSS Codes

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

#ba96be Text Font Color

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

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


#ba96be Background Color

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

This div background color is #ba96be


#ba96be Border Color

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

This div border color is #ba96be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba96be


Comments

No comments written yet.

Please login to write comment.