Color Hex Logo

#b381aa Color Hex

#B381AA
(179,129,170)
0 Favorites   0 Comments

Color spaces of #b381aa

RGB 179129170
HSL0.860.250.60
HSV311°28°70°
CMYK 0.000.280.05   0.30
XYZ33.696428.186541.6948
Yxy28.18650.32530.2721
Hunter Lab53.091020.3833-9.3995
CIE-Lab60.056926.0452-14.1023

#b381aa color RGB value is (179,129,170).

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

The process color (four color CMYK) of #b381aa color hex is 0.00, 0.28, 0.05, 0.30. Web safe color of #b381aa is #cc9999. Color #b381aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 10101010
Octal 263 201 252
Decimal 179 129 170
Hex B3 81 AA

RGB Percentages of Color #b381aa

%37.45
%26.99
%35.56

CMYK Percentages of Color #b381aa

%0
%28
%5
%30

Triadic Colors of #b381aa

#b381aa #aab381 #81aab3

Analogous Colors of #b381aa

#b381aa #b38191 #a381b3

Monochromatic Colors of #b381aa

#b381aa

Complementary Color

#b381aa #81b38a

#b381aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b381aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b381aa Color CSS Codes

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

#b381aa Text Font Color

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

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


#b381aa Background Color

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

This div background color is #b381aa


#b381aa Border Color

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

This div border color is #b381aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b381aa


Comments

No comments written yet.

Please login to write comment.