Color Hex Logo

#b372aa Color Hex

#B372AA
(179,114,170)
0 Favorites   0 Comments

Color spaces of #b372aa

RGB 179114170
HSL0.860.300.57
HSV308°36°70°
CMYK 0.000.360.05   0.30
XYZ31.863424.520641.0838
Yxy24.52060.32690.2516
Hunter Lab49.518328.2019-14.5283
CIE-Lab56.605334.3859-19.3403

#b372aa color RGB value is (179,114,170).

#b372aa hex color red value is 179, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b372aa hue: 0.86 , saturation: 0.30 and the lightness value of b372aa is 0.57.

The process color (four color CMYK) of #b372aa color hex is 0.00, 0.36, 0.05, 0.30. Web safe color of #b372aa is #cc6699. Color #b372aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110010 10101010
Octal 263 162 252
Decimal 179 114 170
Hex B3 72 AA

RGB Percentages of Color #b372aa

%38.66
%24.62
%36.72

CMYK Percentages of Color #b372aa

%0
%36
%5
%30

Triadic Colors of #b372aa

#b372aa #aab372 #72aab3

Analogous Colors of #b372aa

#b372aa #b3728a #9c72b3

Monochromatic Colors of #b372aa

#b372aa

Complementary Color

#b372aa #72b37b

#b372aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b372aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b372aa Color CSS Codes

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

#b372aa Text Font Color

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

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


#b372aa Background Color

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

This div background color is #b372aa


#b372aa Border Color

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

This div border color is #b372aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,114,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b372aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b372aa


Comments

No comments written yet.

Please login to write comment.