Color Hex Logo

#ba9fbe Color Hex

#BA9FBE
(186,159,190)
0 Favorites   0 Comments

Color spaces of #ba9fbe

RGB 186159190
HSL0.810.190.68
HSV292°16°75°
CMYK 0.020.160.00   0.25
XYZ41.942138.953154.0233
Yxy38.95310.31090.2887
Hunter Lab62.412410.7330-7.6319
CIE-Lab68.717315.5022-12.2683

#ba9fbe color RGB value is (186,159,190).

#ba9fbe hex color red value is 186, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba9fbe hue: 0.81 , saturation: 0.19 and the lightness value of ba9fbe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011111 10111110
Octal 272 237 276
Decimal 186 159 190
Hex BA 9F BE

RGB Percentages of Color #ba9fbe

%34.77
%29.72
%35.51

CMYK Percentages of Color #ba9fbe

%2
%16
%0
%25

Triadic Colors of #ba9fbe

#ba9fbe #beba9f #9fbeba

Analogous Colors of #ba9fbe

#ba9fbe #be9fb3 #ab9fbe

Monochromatic Colors of #ba9fbe

#ba9fbe

Complementary Color

#ba9fbe #a3be9f

#ba9fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9fbe Color CSS Codes

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

#ba9fbe Text Font Color

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

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


#ba9fbe Background Color

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

This div background color is #ba9fbe


#ba9fbe Border Color

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

This div border color is #ba9fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9fbe


Comments

No comments written yet.

Please login to write comment.