Color Hex Logo

#b9b7ed Color Hex

#B9B7ED
(185,183,237)
0 Favorites   0 Comments

Color spaces of #b9b7ed

RGB 185183237
HSL0.670.600.82
HSV242°23°93°
CMYK 0.220.230.00   0.07
XYZ52.227150.295787.0761
Yxy50.29570.27550.2653
Hunter Lab70.91957.3434-23.1536
CIE-Lab76.250411.9022-26.5896

#b9b7ed color RGB value is (185,183,237).

#b9b7ed hex color red value is 185, green value is 183 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b9b7ed hue: 0.67 , saturation: 0.60 and the lightness value of b9b7ed is 0.82.

The process color (four color CMYK) of #b9b7ed color hex is 0.22, 0.23, 0.00, 0.07. Web safe color of #b9b7ed is #ccccff. Color #b9b7ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110111 11101101
Octal 271 267 355
Decimal 185 183 237
Hex B9 B7 ED

RGB Percentages of Color #b9b7ed

%30.58
%30.25
%39.17

CMYK Percentages of Color #b9b7ed

%22
%23
%0
%7

Triadic Colors of #b9b7ed

#b9b7ed #edb9b7 #b7edb9

Analogous Colors of #b9b7ed

#b9b7ed #d4b7ed #b7d0ed

Monochromatic Colors of #b9b7ed

#b9b7ed

Complementary Color

#b9b7ed #ebedb7

#b9b7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b7ed Color CSS Codes

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

#b9b7ed Text Font Color

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

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


#b9b7ed Background Color

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

This div background color is #b9b7ed


#b9b7ed Border Color

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

This div border color is #b9b7ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,183,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b7ed


Comments

No comments written yet.

Please login to write comment.