Color Hex Logo

#b97beb Color Hex

#B97BEB
(185,123,235)
0 Favorites   0 Comments

Color spaces of #b97beb

RGB 185123235
HSL0.760.740.70
HSV273°48°92°
CMYK 0.210.480.00   0.08
XYZ42.085930.478482.2620
Yxy30.47840.27180.1969
Hunter Lab55.207239.4624-49.7005
CIE-Lab62.064844.6112-47.5613

#b97beb color RGB value is (185,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111011 11101011
Octal 271 173 353
Decimal 185 123 235
Hex B9 7B EB

RGB Percentages of Color #b97beb

%34.07
%22.65
%43.28

CMYK Percentages of Color #b97beb

%21
%48
%0
%8

Triadic Colors of #b97beb

#b97beb #ebb97b #7bebb9

Analogous Colors of #b97beb

#b97beb #eb7be5 #817beb

Monochromatic Colors of #b97beb

#b97beb

Complementary Color

#b97beb #adeb7b

#b97beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97beb Color CSS Codes

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

#b97beb Text Font Color

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

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


#b97beb Background Color

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

This div background color is #b97beb


#b97beb Border Color

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

This div border color is #b97beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97beb


Comments

No comments written yet.

Please login to write comment.