Color Hex Logo

#b381bd Color Hex

#B381BD
(179,129,189)
0 Favorites   0 Comments

Color spaces of #b381bd

RGB 179129189
HSL0.810.310.62
HSV290°32°74°
CMYK 0.050.320.00   0.26
XYZ35.626028.958351.8559
Yxy28.95830.30600.2487
Hunter Lab53.812924.0005-19.4648
CIE-Lab60.744829.7097-23.8676

#b381bd color RGB value is (179,129,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 10111101
Octal 263 201 275
Decimal 179 129 189
Hex B3 81 BD

RGB Percentages of Color #b381bd

%36.02
%25.96
%38.03

CMYK Percentages of Color #b381bd

%5
%32
%0
%26

Triadic Colors of #b381bd

#b381bd #bdb381 #81bdb3

Analogous Colors of #b381bd

#b381bd #bd81a9 #9581bd

Monochromatic Colors of #b381bd

#b381bd

Complementary Color

#b381bd #8bbd81

#b381bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b381bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b381bd Color CSS Codes

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

#b381bd Text Font Color

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

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


#b381bd Background Color

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

This div background color is #b381bd


#b381bd Border Color

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

This div border color is #b381bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b381bd


Comments

No comments written yet.

Please login to write comment.