Color Hex Logo

#b372bd Color Hex

#B372BD
(179,114,189)
0 Favorites   0 Comments

Color spaces of #b372bd

RGB 179114189
HSL0.810.360.59
HSV292°40°74°
CMYK 0.050.400.00   0.26
XYZ33.793025.292551.2450
Yxy25.29250.30630.2292
Hunter Lab50.291631.9310-25.2098
CIE-Lab57.359338.0104-29.0889

#b372bd color RGB value is (179,114,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110010 10111101
Octal 263 162 275
Decimal 179 114 189
Hex B3 72 BD

RGB Percentages of Color #b372bd

%37.14
%23.65
%39.21

CMYK Percentages of Color #b372bd

%5
%40
%0
%26

Triadic Colors of #b372bd

#b372bd #bdb372 #72bdb3

Analogous Colors of #b372bd

#b372bd #bd72a2 #8e72bd

Monochromatic Colors of #b372bd

#b372bd

Complementary Color

#b372bd #7cbd72

#b372bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b372bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b372bd Color CSS Codes

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

#b372bd Text Font Color

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

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


#b372bd Background Color

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

This div background color is #b372bd


#b372bd Border Color

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

This div border color is #b372bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b372bd


Comments

No comments written yet.

Please login to write comment.