Color Hex Logo

#b399ba Color Hex

#B399BA
(179,153,186)
0 Favorites   0 Comments

Color spaces of #b399ba

RGB 179153186
HSL0.800.190.66
HSV287°18°73°
CMYK 0.040.180.00   0.27
XYZ38.844635.911351.3386
Yxy35.91130.30810.2848
Hunter Lab59.926010.8347-8.8455
CIE-Lab66.452115.6544-13.5063

#b399ba color RGB value is (179,153,186).

#b399ba hex color red value is 179, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b399ba hue: 0.80 , saturation: 0.19 and the lightness value of b399ba is 0.66.

The process color (four color CMYK) of #b399ba color hex is 0.04, 0.18, 0.00, 0.27. Web safe color of #b399ba is #cc99cc. Color #b399ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011001 10111010
Octal 263 231 272
Decimal 179 153 186
Hex B3 99 BA

RGB Percentages of Color #b399ba

%34.56
%29.54
%35.91

CMYK Percentages of Color #b399ba

%4
%18
%0
%27

Triadic Colors of #b399ba

#b399ba #bab399 #99bab3

Analogous Colors of #b399ba

#b399ba #ba99b1 #a399ba

Monochromatic Colors of #b399ba

#b399ba

Complementary Color

#b399ba #a0ba99

#b399ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b399ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b399ba Color CSS Codes

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

#b399ba Text Font Color

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

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


#b399ba Background Color

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

This div background color is #b399ba


#b399ba Border Color

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

This div border color is #b399ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b399ba


Comments

No comments written yet.

Please login to write comment.