Color Hex Logo

#b0abbd Color Hex

#B0ABBD
(176,171,189)
0 Favorites   0 Comments

Color spaces of #b0abbd

RGB 176171189
HSL0.710.120.71
HSV257°10°74°
CMYK 0.070.100.00   0.26
XYZ41.652742.030054.0614
Yxy42.03000.30240.3051
Hunter Lab64.83051.2302-4.0598
CIE-Lab70.89165.2526-8.5567

#b0abbd color RGB value is (176,171,189).

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

The process color (four color CMYK) of #b0abbd color hex is 0.07, 0.10, 0.00, 0.26. Web safe color of #b0abbd is #9999cc. Color #b0abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101011 10111101
Octal 260 253 275
Decimal 176 171 189
Hex B0 AB BD

RGB Percentages of Color #b0abbd

%32.84
%31.90
%35.26

CMYK Percentages of Color #b0abbd

%7
%10
%0
%26

Triadic Colors of #b0abbd

#b0abbd #bdb0ab #abbdb0

Analogous Colors of #b0abbd

#b0abbd #b9abbd #abafbd

Monochromatic Colors of #b0abbd

#b0abbd

Complementary Color

#b0abbd #b8bdab

#b0abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0abbd Color CSS Codes

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

#b0abbd Text Font Color

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

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


#b0abbd Background Color

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

This div background color is #b0abbd


#b0abbd Border Color

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

This div border color is #b0abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0abbd


Comments

No comments written yet.

Please login to write comment.