Color Hex Logo

#b97bed Color Hex

#B97BED
(185,123,237)
0 Favorites   0 Comments

Color spaces of #b97bed

RGB 185123237
HSL0.760.760.71
HSV273°48°93°
CMYK 0.220.480.00   0.07
XYZ42.376630.594683.7926
Yxy30.59460.27030.1952
Hunter Lab55.312439.9579-51.0996
CIE-Lab62.163945.0595-48.5133

#b97bed color RGB value is (185,123,237).

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

The process color (four color CMYK) of #b97bed color hex is 0.22, 0.48, 0.00, 0.07. Web safe color of #b97bed is #cc66ff. Color #b97bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111011 11101101
Octal 271 173 355
Decimal 185 123 237
Hex B9 7B ED

RGB Percentages of Color #b97bed

%33.94
%22.57
%43.49

CMYK Percentages of Color #b97bed

%22
%48
%0
%7

Triadic Colors of #b97bed

#b97bed #edb97b #7bedb9

Analogous Colors of #b97bed

#b97bed #ed7be8 #807bed

Monochromatic Colors of #b97bed

#b97bed

Complementary Color

#b97bed #afed7b

#b97bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97bed Color CSS Codes

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

#b97bed Text Font Color

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

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


#b97bed Background Color

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

This div background color is #b97bed


#b97bed Border Color

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

This div border color is #b97bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97bed


Comments

No comments written yet.

Please login to write comment.