Color Hex Logo

#ba9fbc Color Hex

#BA9FBC
(186,159,188)
0 Favorites   0 Comments

Color spaces of #ba9fbc

RGB 186159188
HSL0.820.180.68
HSV296°15°74°
CMYK 0.010.150.00   0.26
XYZ41.724938.866252.8797
Yxy38.86620.31260.2912
Hunter Lab62.342810.3670-6.6504
CIE-Lab68.654215.1158-11.2518

#ba9fbc color RGB value is (186,159,188).

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

The process color (four color CMYK) of #ba9fbc color hex is 0.01, 0.15, 0.00, 0.26. Web safe color of #ba9fbc is #cc99cc. Color #ba9fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011111 10111100
Octal 272 237 274
Decimal 186 159 188
Hex BA 9F BC

RGB Percentages of Color #ba9fbc

%34.90
%29.83
%35.27

CMYK Percentages of Color #ba9fbc

%1
%15
%0
%26

Triadic Colors of #ba9fbc

#ba9fbc #bcba9f #9fbcba

Analogous Colors of #ba9fbc

#ba9fbc #bc9fb0 #ac9fbc

Monochromatic Colors of #ba9fbc

#ba9fbc

Complementary Color

#ba9fbc #a1bc9f

#ba9fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9fbc Color CSS Codes

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

#ba9fbc Text Font Color

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

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


#ba9fbc Background Color

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

This div background color is #ba9fbc


#ba9fbc Border Color

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

This div border color is #ba9fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9fbc


Comments

No comments written yet.

Please login to write comment.