Color Hex Logo

#b97eef Color Hex

#B97EEF
(185,126,239)
0 Favorites   0 Comments

Color spaces of #b97eef

RGB 185126239
HSL0.750.780.72
HSV271°47°94°
CMYK 0.230.470.00   0.06
XYZ43.048431.468085.4664
Yxy31.46800.26910.1967
Hunter Lab56.096338.8125-51.0647
CIE-Lab62.900743.8915-48.4552

#b97eef color RGB value is (185,126,239).

#b97eef hex color red value is 185, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b97eef hue: 0.75 , saturation: 0.78 and the lightness value of b97eef is 0.72.

The process color (four color CMYK) of #b97eef color hex is 0.23, 0.47, 0.00, 0.06. Web safe color of #b97eef is #cc66ff. Color #b97eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111110 11101111
Octal 271 176 357
Decimal 185 126 239
Hex B9 7E EF

RGB Percentages of Color #b97eef

%33.64
%22.91
%43.45

CMYK Percentages of Color #b97eef

%23
%47
%0
%6

Triadic Colors of #b97eef

#b97eef #efb97e #7eefb9

Analogous Colors of #b97eef

#b97eef #ef7eed #817eef

Monochromatic Colors of #b97eef

#b97eef

Complementary Color

#b97eef #b4ef7e

#b97eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97eef Color CSS Codes

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

#b97eef Text Font Color

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

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


#b97eef Background Color

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

This div background color is #b97eef


#b97eef Border Color

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

This div border color is #b97eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97eef


Comments

No comments written yet.

Please login to write comment.