Color Hex Logo

#b381ab Color Hex

#B381AB
(179,129,171)
0 Favorites   0 Comments

Color spaces of #b381ab

RGB 179129171
HSL0.860.250.60
HSV310°28°70°
CMYK 0.000.280.04   0.30
XYZ33.791328.224542.1950
Yxy28.22450.32430.2708
Hunter Lab53.126720.5633-9.9014
CIE-Lab60.091026.2298-14.6218

#b381ab color RGB value is (179,129,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 10101011
Octal 263 201 253
Decimal 179 129 171
Hex B3 81 AB

RGB Percentages of Color #b381ab

%37.37
%26.93
%35.70

CMYK Percentages of Color #b381ab

%0
%28
%4
%30

Triadic Colors of #b381ab

#b381ab #abb381 #81abb3

Analogous Colors of #b381ab

#b381ab #b38192 #a281b3

Monochromatic Colors of #b381ab

#b381ab

Complementary Color

#b381ab #81b389

#b381ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b381ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b381ab Color CSS Codes

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

#b381ab Text Font Color

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

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


#b381ab Background Color

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

This div background color is #b381ab


#b381ab Border Color

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

This div border color is #b381ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b381ab


Comments

No comments written yet.

Please login to write comment.