Color Hex Logo

#b4abbd Color Hex

#B4ABBD
(180,171,189)
0 Favorites   0 Comments

Color spaces of #b4abbd

RGB 180171189
HSL0.750.120.71
HSV270°10°74°
CMYK 0.050.100.00   0.26
XYZ42.570642.503254.1043
Yxy42.50320.30590.3054
Hunter Lab65.19452.4663-3.5681
CIE-Lab71.21656.6218-8.0385

#b4abbd color RGB value is (180,171,189).

#b4abbd hex color red value is 180, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b4abbd hue: 0.75 , saturation: 0.12 and the lightness value of b4abbd is 0.71.

The process color (four color CMYK) of #b4abbd color hex is 0.05, 0.10, 0.00, 0.26. Web safe color of #b4abbd is #cc99cc. Color #b4abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101011 10111101
Octal 264 253 275
Decimal 180 171 189
Hex B4 AB BD

RGB Percentages of Color #b4abbd

%33.33
%31.67
%35.00

CMYK Percentages of Color #b4abbd

%5
%10
%0
%26

Triadic Colors of #b4abbd

#b4abbd #bdb4ab #abbdb4

Analogous Colors of #b4abbd

#b4abbd #bdabbd #ababbd

Monochromatic Colors of #b4abbd

#b4abbd

Complementary Color

#b4abbd #b4bdab

#b4abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4abbd Color CSS Codes

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

#b4abbd Text Font Color

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

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


#b4abbd Background Color

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

This div background color is #b4abbd


#b4abbd Border Color

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

This div border color is #b4abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4abbd


Comments

No comments written yet.

Please login to write comment.