Color Hex Logo

#b97afc Color Hex

#B97AFC
(185,122,252)
0 Favorites   0 Comments

Color spaces of #b97afc

RGB 185122252
HSL0.750.960.73
HSV269°52°99°
CMYK 0.270.520.00   0.01
XYZ44.537831.261695.7822
Yxy31.26160.25960.1822
Hunter Lab55.912144.3414-62.4304
CIE-Lab62.727849.0149-55.8959

#b97afc color RGB value is (185,122,252).

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

The process color (four color CMYK) of #b97afc color hex is 0.27, 0.52, 0.00, 0.01. Web safe color of #b97afc is #cc66ff. Color #b97afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111010 11111100
Octal 271 172 374
Decimal 185 122 252
Hex B9 7A FC

RGB Percentages of Color #b97afc

%33.09
%21.82
%45.08

CMYK Percentages of Color #b97afc

%27
%52
%0
%1

Triadic Colors of #b97afc

#b97afc #fcb97a #7afcb9

Analogous Colors of #b97afc

#b97afc #fa7afc #7a7cfc

Monochromatic Colors of #b97afc

#b97afc

Complementary Color

#b97afc #bdfc7a

#b97afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97afc Color CSS Codes

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

#b97afc Text Font Color

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

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


#b97afc Background Color

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

This div background color is #b97afc


#b97afc Border Color

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

This div border color is #b97afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97afc

Related Colors


Comments

No comments written yet.

Please login to write comment.