Color Hex Logo

#b97aea Color Hex

#B97AEA
(185,122,234)
0 Favorites   0 Comments

Color spaces of #b97aea

RGB 185122234
HSL0.760.730.70
HSV274°48°92°
CMYK 0.210.480.00   0.08
XYZ41.818430.173981.4620
Yxy30.17390.27250.1966
Hunter Lab54.930839.7619-49.4752
CIE-Lab61.804044.9264-47.4186

#b97aea color RGB value is (185,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111010 11101010
Octal 271 172 352
Decimal 185 122 234
Hex B9 7A EA

RGB Percentages of Color #b97aea

%34.20
%22.55
%43.25

CMYK Percentages of Color #b97aea

%21
%48
%0
%8

Triadic Colors of #b97aea

#b97aea #eab97a #7aeab9

Analogous Colors of #b97aea

#b97aea #ea7ae3 #817aea

Monochromatic Colors of #b97aea

#b97aea

Complementary Color

#b97aea #abea7a

#b97aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97aea Color CSS Codes

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

#b97aea Text Font Color

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

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


#b97aea Background Color

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

This div background color is #b97aea


#b97aea Border Color

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

This div border color is #b97aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97aea


Comments

No comments written yet.

Please login to write comment.