Color Hex Logo

#b383bd Color Hex

#B383BD
(179,131,189)
0 Favorites   0 Comments

Color spaces of #b383bd

RGB 179131189
HSL0.800.310.63
HSV290°31°74°
CMYK 0.050.310.00   0.26
XYZ35.892029.490451.9446
Yxy29.49040.30590.2514
Hunter Lab54.305122.9426-18.6993
CIE-Lab61.212028.5909-23.1511

#b383bd color RGB value is (179,131,189).

#b383bd hex color red value is 179, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b383bd hue: 0.80 , saturation: 0.31 and the lightness value of b383bd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 10111101
Octal 263 203 275
Decimal 179 131 189
Hex B3 83 BD

RGB Percentages of Color #b383bd

%35.87
%26.25
%37.88

CMYK Percentages of Color #b383bd

%5
%31
%0
%26

Triadic Colors of #b383bd

#b383bd #bdb383 #83bdb3

Analogous Colors of #b383bd

#b383bd #bd83aa #9683bd

Monochromatic Colors of #b383bd

#b383bd

Complementary Color

#b383bd #8dbd83

#b383bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b383bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b383bd Color CSS Codes

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

#b383bd Text Font Color

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

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


#b383bd Background Color

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

This div background color is #b383bd


#b383bd Border Color

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

This div border color is #b383bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b383bd


Comments

No comments written yet.

Please login to write comment.