Color Hex Logo

#b380bd Color Hex

#B380BD
(179,128,189)
0 Favorites   0 Comments

Color spaces of #b380bd

RGB 179128189
HSL0.810.320.62
HSV290°32°74°
CMYK 0.050.320.00   0.26
XYZ35.494928.696251.8122
Yxy28.69620.30600.2474
Hunter Lab53.568824.5293-19.8476
CIE-Lab60.512630.2680-24.2241

#b380bd color RGB value is (179,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000000 10111101
Octal 263 200 275
Decimal 179 128 189
Hex B3 80 BD

RGB Percentages of Color #b380bd

%36.09
%25.81
%38.10

CMYK Percentages of Color #b380bd

%5
%32
%0
%26

Triadic Colors of #b380bd

#b380bd #bdb380 #80bdb3

Analogous Colors of #b380bd

#b380bd #bd80a9 #9580bd

Monochromatic Colors of #b380bd

#b380bd

Complementary Color

#b380bd #8abd80

#b380bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b380bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b380bd Color CSS Codes

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

#b380bd Text Font Color

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

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


#b380bd Background Color

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

This div background color is #b380bd


#b380bd Border Color

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

This div border color is #b380bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b380bd


Comments

No comments written yet.

Please login to write comment.