Color Hex Logo

#b97ade Color Hex

#B97ADE
(185,122,222)
0 Favorites   0 Comments

Color spaces of #b97ade

RGB 185122222
HSL0.770.600.67
HSV278°45°87°
CMYK 0.170.450.00   0.13
XYZ40.151929.507372.6865
Yxy29.50730.28210.2073
Hunter Lab54.320636.8799-41.3116
CIE-Lab61.226842.2941-41.6450

#b97ade color RGB value is (185,122,222).

#b97ade hex color red value is 185, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b97ade hue: 0.77 , saturation: 0.60 and the lightness value of b97ade is 0.67.

The process color (four color CMYK) of #b97ade color hex is 0.17, 0.45, 0.00, 0.13. Web safe color of #b97ade is #cc66cc. Color #b97ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111010 11011110
Octal 271 172 336
Decimal 185 122 222
Hex B9 7A DE

RGB Percentages of Color #b97ade

%34.97
%23.06
%41.97

CMYK Percentages of Color #b97ade

%17
%45
%0
%13

Triadic Colors of #b97ade

#b97ade #deb97a #7adeb9

Analogous Colors of #b97ade

#b97ade #de7ad1 #877ade

Monochromatic Colors of #b97ade

#b97ade

Complementary Color

#b97ade #9fde7a

#b97ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97ade Color CSS Codes

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

#b97ade Text Font Color

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

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


#b97ade Background Color

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

This div background color is #b97ade


#b97ade Border Color

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

This div border color is #b97ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97ade


Comments

No comments written yet.

Please login to write comment.