Color Hex Logo

#b395bd Color Hex

#B395BD
(179,149,189)
0 Favorites   0 Comments

Color spaces of #b395bd

RGB 179149189
HSL0.790.230.66
HSV285°21°74°
CMYK 0.050.210.00   0.26
XYZ38.523234.752752.8217
Yxy34.75270.30550.2756
Hunter Lab58.951413.4801-11.8591
CIE-Lab65.555718.4921-16.5367

#b395bd color RGB value is (179,149,189).

#b395bd hex color red value is 179, green value is 149 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b395bd hue: 0.79 , saturation: 0.23 and the lightness value of b395bd is 0.66.

The process color (four color CMYK) of #b395bd color hex is 0.05, 0.21, 0.00, 0.26. Web safe color of #b395bd is #cc99cc. Color #b395bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010101 10111101
Octal 263 225 275
Decimal 179 149 189
Hex B3 95 BD

RGB Percentages of Color #b395bd

%34.62
%28.82
%36.56

CMYK Percentages of Color #b395bd

%5
%21
%0
%26

Triadic Colors of #b395bd

#b395bd #bdb395 #95bdb3

Analogous Colors of #b395bd

#b395bd #bd95b3 #9f95bd

Monochromatic Colors of #b395bd

#b395bd

Complementary Color

#b395bd #9fbd95

#b395bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b395bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b395bd Color CSS Codes

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

#b395bd Text Font Color

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

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


#b395bd Background Color

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

This div background color is #b395bd


#b395bd Border Color

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

This div border color is #b395bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b395bd


Comments

No comments written yet.

Please login to write comment.