Color Hex Logo

#b97eeb Color Hex

#B97EEB
(185,126,235)
0 Favorites   0 Comments

Color spaces of #b97eeb

RGB 185126235
HSL0.760.730.71
HSV272°46°92°
CMYK 0.210.460.00   0.08
XYZ42.463831.234282.3880
Yxy31.23420.27210.2001
Hunter Lab55.887637.8224-48.2825
CIE-Lab62.704842.9897-46.5508

#b97eeb color RGB value is (185,126,235).

#b97eeb hex color red value is 185, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b97eeb hue: 0.76 , saturation: 0.73 and the lightness value of b97eeb is 0.71.

The process color (four color CMYK) of #b97eeb color hex is 0.21, 0.46, 0.00, 0.08. Web safe color of #b97eeb is #cc66ff. Color #b97eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111110 11101011
Octal 271 176 353
Decimal 185 126 235
Hex B9 7E EB

RGB Percentages of Color #b97eeb

%33.88
%23.08
%43.04

CMYK Percentages of Color #b97eeb

%21
%46
%0
%8

Triadic Colors of #b97eeb

#b97eeb #ebb97e #7eebb9

Analogous Colors of #b97eeb

#b97eeb #eb7ee7 #837eeb

Monochromatic Colors of #b97eeb

#b97eeb

Complementary Color

#b97eeb #b0eb7e

#b97eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97eeb Color CSS Codes

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

#b97eeb Text Font Color

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

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


#b97eeb Background Color

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

This div background color is #b97eeb


#b97eeb Border Color

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

This div border color is #b97eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97eeb


Comments

No comments written yet.

Please login to write comment.