Color Hex Logo

#b8abbd Color Hex

#B8ABBD
(184,171,189)
0 Favorites   0 Comments

Color spaces of #b8abbd

RGB 184171189
HSL0.790.120.71
HSV283°10°74°
CMYK 0.030.100.00   0.26
XYZ43.515442.990354.1486
Yxy42.99030.30940.3056
Hunter Lab65.56703.7244-3.0678
CIE-Lab71.54848.0006-7.5094

#b8abbd color RGB value is (184,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 10111101
Octal 270 253 275
Decimal 184 171 189
Hex B8 AB BD

RGB Percentages of Color #b8abbd

%33.82
%31.43
%34.74

CMYK Percentages of Color #b8abbd

%3
%10
%0
%26

Triadic Colors of #b8abbd

#b8abbd #bdb8ab #abbdb8

Analogous Colors of #b8abbd

#b8abbd #bdabb9 #afabbd

Monochromatic Colors of #b8abbd

#b8abbd

Complementary Color

#b8abbd #b0bdab

#b8abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abbd Color CSS Codes

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

#b8abbd Text Font Color

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

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


#b8abbd Background Color

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

This div background color is #b8abbd


#b8abbd Border Color

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

This div border color is #b8abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abbd


Comments

No comments written yet.

Please login to write comment.