Color Hex Logo

#b97ecc Color Hex

#B97ECC
(185,126,204)
0 Favorites   0 Comments

Color spaces of #b97ecc

RGB 185126204
HSL0.790.430.65
HSV285°38°80°
CMYK 0.090.380.00   0.20
XYZ38.367529.595660.8171
Yxy29.59560.29790.2298
Hunter Lab54.401830.6859-28.2004
CIE-Lab61.303736.3204-31.4272

#b97ecc color RGB value is (185,126,204).

#b97ecc hex color red value is 185, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b97ecc hue: 0.79 , saturation: 0.43 and the lightness value of b97ecc is 0.65.

The process color (four color CMYK) of #b97ecc color hex is 0.09, 0.38, 0.00, 0.20. Web safe color of #b97ecc is #cc66cc. Color #b97ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111110 11001100
Octal 271 176 314
Decimal 185 126 204
Hex B9 7E CC

RGB Percentages of Color #b97ecc

%35.92
%24.47
%39.61

CMYK Percentages of Color #b97ecc

%9
%38
%0
%20

Triadic Colors of #b97ecc

#b97ecc #ccb97e #7eccb9

Analogous Colors of #b97ecc

#b97ecc #cc7eb8 #927ecc

Monochromatic Colors of #b97ecc

#b97ecc

Complementary Color

#b97ecc #91cc7e

#b97ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97ecc Color CSS Codes

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

#b97ecc Text Font Color

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

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


#b97ecc Background Color

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

This div background color is #b97ecc


#b97ecc Border Color

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

This div border color is #b97ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97ecc


Comments

No comments written yet.

Please login to write comment.