Color Hex Logo

#b392bd Color Hex

#B392BD
(179,146,189)
0 Favorites   0 Comments

Color spaces of #b392bd

RGB 179146189
HSL0.790.250.66
HSV286°23°74°
CMYK 0.050.230.00   0.26
XYZ38.054633.815652.6655
Yxy33.81560.30560.2715
Hunter Lab58.151215.0473-12.9911
CIE-Lab64.815920.1742-17.6570

#b392bd color RGB value is (179,146,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 10111101
Octal 263 222 275
Decimal 179 146 189
Hex B3 92 BD

RGB Percentages of Color #b392bd

%34.82
%28.40
%36.77

CMYK Percentages of Color #b392bd

%5
%23
%0
%26

Triadic Colors of #b392bd

#b392bd #bdb392 #92bdb3

Analogous Colors of #b392bd

#b392bd #bd92b2 #9e92bd

Monochromatic Colors of #b392bd

#b392bd

Complementary Color

#b392bd #9cbd92

#b392bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b392bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b392bd Color CSS Codes

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

#b392bd Text Font Color

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

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


#b392bd Background Color

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

This div background color is #b392bd


#b392bd Border Color

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

This div border color is #b392bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b392bd


Comments

No comments written yet.

Please login to write comment.