Color Hex Logo

#b97adf Color Hex

#B97ADF
(185,122,223)
0 Favorites   0 Comments

Color spaces of #b97adf

RGB 185122223
HSL0.770.610.68
HSV277°45°87°
CMYK 0.170.450.00   0.13
XYZ40.286429.561173.3946
Yxy29.56110.28120.2064
Hunter Lab54.370137.1147-41.9769
CIE-Lab61.273742.5104-42.1299

#b97adf color RGB value is (185,122,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111010 11011111
Octal 271 172 337
Decimal 185 122 223
Hex B9 7A DF

RGB Percentages of Color #b97adf

%34.91
%23.02
%42.08

CMYK Percentages of Color #b97adf

%17
%45
%0
%13

Triadic Colors of #b97adf

#b97adf #dfb97a #7adfb9

Analogous Colors of #b97adf

#b97adf #df7ad3 #877adf

Monochromatic Colors of #b97adf

#b97adf

Complementary Color

#b97adf #a0df7a

#b97adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97adf Color CSS Codes

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

#b97adf Text Font Color

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

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


#b97adf Background Color

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

This div background color is #b97adf


#b97adf Border Color

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

This div border color is #b97adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97adf


Comments

No comments written yet.

Please login to write comment.