Color Hex Logo

#b0abdd Color Hex

#B0ABDD
(176,171,221)
0 Favorites   0 Comments

Color spaces of #b0abdd

RGB 176171221
HSL0.680.420.77
HSV246°23°87°
CMYK 0.200.230.00   0.13
XYZ45.518643.576474.4186
Yxy43.57640.27840.2665
Hunter Lab66.01247.5622-20.6314
CIE-Lab71.944512.1183-24.5437

#b0abdd color RGB value is (176,171,221).

#b0abdd hex color red value is 176, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b0abdd hue: 0.68 , saturation: 0.42 and the lightness value of b0abdd is 0.77.

The process color (four color CMYK) of #b0abdd color hex is 0.20, 0.23, 0.00, 0.13. Web safe color of #b0abdd is #9999cc. Color #b0abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101011 11011101
Octal 260 253 335
Decimal 176 171 221
Hex B0 AB DD

RGB Percentages of Color #b0abdd

%30.99
%30.11
%38.91

CMYK Percentages of Color #b0abdd

%20
%23
%0
%13

Triadic Colors of #b0abdd

#b0abdd #ddb0ab #abddb0

Analogous Colors of #b0abdd

#b0abdd #c9abdd #abbfdd

Monochromatic Colors of #b0abdd

#b0abdd

Complementary Color

#b0abdd #d8ddab

#b0abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0abdd Color CSS Codes

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

#b0abdd Text Font Color

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

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


#b0abdd Background Color

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

This div background color is #b0abdd


#b0abdd Border Color

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

This div border color is #b0abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0abdd


Comments

No comments written yet.

Please login to write comment.