Color Hex Logo

#b482ab Color Hex

#B482AB
(180,130,171)
0 Favorites   0 Comments

Color spaces of #b482ab

RGB 180130171
HSL0.860.250.61
HSV311°28°71°
CMYK 0.000.280.05   0.29
XYZ34.155728.608842.2499
Yxy28.60880.32520.2724
Hunter Lab53.487220.3834-9.3925
CIE-Lab60.434826.0167-14.0923

#b482ab color RGB value is (180,130,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000010 10101011
Octal 264 202 253
Decimal 180 130 171
Hex B4 82 AB

RGB Percentages of Color #b482ab

%37.42
%27.03
%35.55

CMYK Percentages of Color #b482ab

%0
%28
%5
%29

Triadic Colors of #b482ab

#b482ab #abb482 #82abb4

Analogous Colors of #b482ab

#b482ab #b48292 #a482b4

Monochromatic Colors of #b482ab

#b482ab

Complementary Color

#b482ab #82b48b

#b482ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b482ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b482ab Color CSS Codes

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

#b482ab Text Font Color

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

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


#b482ab Background Color

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

This div background color is #b482ab


#b482ab Border Color

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

This div border color is #b482ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b482ab


Comments

No comments written yet.

Please login to write comment.