Color Hex Logo

#b8abdd Color Hex

#B8ABDD
(184,171,221)
0 Favorites   0 Comments

Color spaces of #b8abdd

RGB 184171221
HSL0.710.420.77
HSV256°23°87°
CMYK 0.170.230.00   0.13
XYZ47.381244.536674.5058
Yxy44.53660.28470.2676
Hunter Lab66.73579.9443-19.4781
CIE-Lab72.585714.6188-23.5069

#b8abdd color RGB value is (184,171,221).

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

The process color (four color CMYK) of #b8abdd color hex is 0.17, 0.23, 0.00, 0.13. Web safe color of #b8abdd is #cc99cc. Color #b8abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 11011101
Octal 270 253 335
Decimal 184 171 221
Hex B8 AB DD

RGB Percentages of Color #b8abdd

%31.94
%29.69
%38.37

CMYK Percentages of Color #b8abdd

%17
%23
%0
%13

Triadic Colors of #b8abdd

#b8abdd #ddb8ab #abddb8

Analogous Colors of #b8abdd

#b8abdd #d1abdd #abb7dd

Monochromatic Colors of #b8abdd

#b8abdd

Complementary Color

#b8abdd #d0ddab

#b8abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abdd Color CSS Codes

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

#b8abdd Text Font Color

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

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


#b8abdd Background Color

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

This div background color is #b8abdd


#b8abdd Border Color

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

This div border color is #b8abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abdd


Comments

No comments written yet.

Please login to write comment.