Color Hex Logo

#b8abdc Color Hex

#B8ABDC
(184,171,220)
0 Favorites   0 Comments

Color spaces of #b8abdc

RGB 184171220
HSL0.710.410.77
HSV256°22°86°
CMYK 0.160.220.00   0.14
XYZ47.248344.483573.8061
Yxy44.48350.28540.2687
Hunter Lab66.69609.7339-18.9235
CIE-Lab72.550514.3996-23.0142

#b8abdc color RGB value is (184,171,220).

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

The process color (four color CMYK) of #b8abdc color hex is 0.16, 0.22, 0.00, 0.14. Web safe color of #b8abdc is #cc99cc. Color #b8abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 11011100
Octal 270 253 334
Decimal 184 171 220
Hex B8 AB DC

RGB Percentages of Color #b8abdc

%32.00
%29.74
%38.26

CMYK Percentages of Color #b8abdc

%16
%22
%0
%14

Triadic Colors of #b8abdc

#b8abdc #dcb8ab #abdcb8

Analogous Colors of #b8abdc

#b8abdc #d1abdc #abb7dc

Monochromatic Colors of #b8abdc

#b8abdc

Complementary Color

#b8abdc #cfdcab

#b8abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abdc Color CSS Codes

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

#b8abdc Text Font Color

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

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


#b8abdc Background Color

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

This div background color is #b8abdc


#b8abdc Border Color

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

This div border color is #b8abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abdc


Comments

No comments written yet.

Please login to write comment.