Color Hex Logo

#b281ab Color Hex

#B281AB
(178,129,171)
0 Favorites   0 Comments

Color spaces of #b281ab

RGB 178129171
HSL0.860.240.60
HSV309°28°70°
CMYK 0.000.280.04   0.30
XYZ33.561028.105842.1842
Yxy28.10580.32320.2706
Hunter Lab53.014920.2231-10.0669
CIE-Lab59.984225.8837-14.7936

#b281ab color RGB value is (178,129,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000001 10101011
Octal 262 201 253
Decimal 178 129 171
Hex B2 81 AB

RGB Percentages of Color #b281ab

%37.24
%26.99
%35.77

CMYK Percentages of Color #b281ab

%0
%28
%4
%30

Triadic Colors of #b281ab

#b281ab #abb281 #81abb2

Analogous Colors of #b281ab

#b281ab #b28193 #a181b2

Monochromatic Colors of #b281ab

#b281ab

Complementary Color

#b281ab #81b288

#b281ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b281ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b281ab Color CSS Codes

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

#b281ab Text Font Color

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

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


#b281ab Background Color

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

This div background color is #b281ab


#b281ab Border Color

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

This div border color is #b281ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b281ab


Comments

No comments written yet.

Please login to write comment.