Color Hex Logo

#b481ab Color Hex

#B481AB
(180,129,171)
0 Favorites   0 Comments

Color spaces of #b481ab

RGB 180129171
HSL0.860.250.61
HSV311°28°71°
CMYK 0.000.280.05   0.29
XYZ34.023328.344142.2058
Yxy28.34410.32540.2710
Hunter Lab53.239220.9046-9.7352
CIE-Lab60.198326.5760-14.4492

#b481ab color RGB value is (180,129,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 10101011
Octal 264 201 253
Decimal 180 129 171
Hex B4 81 AB

RGB Percentages of Color #b481ab

%37.50
%26.88
%35.63

CMYK Percentages of Color #b481ab

%0
%28
%5
%29

Triadic Colors of #b481ab

#b481ab #abb481 #81abb4

Analogous Colors of #b481ab

#b481ab #b48192 #a481b4

Monochromatic Colors of #b481ab

#b481ab

Complementary Color

#b481ab #81b48a

#b481ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b481ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b481ab Color CSS Codes

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

#b481ab Text Font Color

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

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


#b481ab Background Color

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

This div background color is #b481ab


#b481ab Border Color

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

This div border color is #b481ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b481ab


Comments

No comments written yet.

Please login to write comment.