Color Hex Logo

#b8b7dd Color Hex

#B8B7DD
(184,183,221)
0 Favorites   0 Comments

Color spaces of #b8b7dd

RGB 184183221
HSL0.670.360.79
HSV242°17°87°
CMYK 0.170.170.00   0.13
XYZ49.751849.277875.2960
Yxy49.27780.28540.2827
Hunter Lab70.19813.6622-14.4570
CIE-Lab75.62388.0280-18.8896

#b8b7dd color RGB value is (184,183,221).

#b8b7dd hex color red value is 184, green value is 183 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b8b7dd hue: 0.67 , saturation: 0.36 and the lightness value of b8b7dd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10110111 11011101
Octal 270 267 335
Decimal 184 183 221
Hex B8 B7 DD

RGB Percentages of Color #b8b7dd

%31.29
%31.12
%37.59

CMYK Percentages of Color #b8b7dd

%17
%17
%0
%13

Triadic Colors of #b8b7dd

#b8b7dd #ddb8b7 #b7ddb8

Analogous Colors of #b8b7dd

#b8b7dd #cbb7dd #b7c9dd

Monochromatic Colors of #b8b7dd

#b8b7dd

Complementary Color

#b8b7dd #dcddb7

#b8b7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b7dd Color CSS Codes

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

#b8b7dd Text Font Color

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

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


#b8b7dd Background Color

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

This div background color is #b8b7dd


#b8b7dd Border Color

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

This div border color is #b8b7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b7dd


Comments

No comments written yet.

Please login to write comment.