Color Hex Logo

#b373bd Color Hex

#B373BD
(179,115,189)
0 Favorites   0 Comments

Color spaces of #b373bd

RGB 179115189
HSL0.810.360.60
HSV292°39°74°
CMYK 0.050.390.00   0.26
XYZ33.906425.519351.2828
Yxy25.51930.30630.2305
Hunter Lab50.516631.4038-24.8276
CIE-Lab57.577937.4638-28.7502

#b373bd color RGB value is (179,115,189).

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

The process color (four color CMYK) of #b373bd color hex is 0.05, 0.39, 0.00, 0.26. Web safe color of #b373bd is #cc66cc. Color #b373bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 10111101
Octal 263 163 275
Decimal 179 115 189
Hex B3 73 BD

RGB Percentages of Color #b373bd

%37.06
%23.81
%39.13

CMYK Percentages of Color #b373bd

%5
%39
%0
%26

Triadic Colors of #b373bd

#b373bd #bdb373 #73bdb3

Analogous Colors of #b373bd

#b373bd #bd73a2 #8e73bd

Monochromatic Colors of #b373bd

#b373bd

Complementary Color

#b373bd #7dbd73

#b373bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373bd Color CSS Codes

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

#b373bd Text Font Color

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

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


#b373bd Background Color

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

This div background color is #b373bd


#b373bd Border Color

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

This div border color is #b373bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373bd


Comments

No comments written yet.

Please login to write comment.