Color Hex Logo

#b97ece Color Hex

#B97ECE
(185,126,206)
0 Favorites   0 Comments

Color spaces of #b97ece

RGB 185126206
HSL0.790.450.65
HSV284°39°81°
CMYK 0.100.390.00   0.19
XYZ38.609029.692262.0888
Yxy29.69220.29610.2277
Hunter Lab54.490531.1168-29.4141
CIE-Lab61.387736.7319-32.4225

#b97ece color RGB value is (185,126,206).

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

The process color (four color CMYK) of #b97ece color hex is 0.10, 0.39, 0.00, 0.19. Web safe color of #b97ece is #cc66cc. Color #b97ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111110 11001110
Octal 271 176 316
Decimal 185 126 206
Hex B9 7E CE

RGB Percentages of Color #b97ece

%35.78
%24.37
%39.85

CMYK Percentages of Color #b97ece

%10
%39
%0
%19

Triadic Colors of #b97ece

#b97ece #ceb97e #7eceb9

Analogous Colors of #b97ece

#b97ece #ce7ebb #917ece

Monochromatic Colors of #b97ece

#b97ece

Complementary Color

#b97ece #93ce7e

#b97ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97ece Color CSS Codes

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

#b97ece Text Font Color

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

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


#b97ece Background Color

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

This div background color is #b97ece


#b97ece Border Color

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

This div border color is #b97ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97ece


Comments

No comments written yet.

Please login to write comment.