Color Hex Logo

#b97bfd Color Hex

#B97BFD
(185,123,253)
0 Favorites   0 Comments

Color spaces of #b97bfd

RGB 185123253
HSL0.750.970.74
HSV269°51°99°
CMYK 0.270.510.00   0.01
XYZ44.820231.572196.6602
Yxy31.57210.25900.1824
Hunter Lab56.189144.0529-62.6623
CIE-Lab62.987648.7142-56.0317

#b97bfd color RGB value is (185,123,253).

#b97bfd hex color red value is 185, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b97bfd hue: 0.75 , saturation: 0.97 and the lightness value of b97bfd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111011 11111101
Octal 271 173 375
Decimal 185 123 253
Hex B9 7B FD

RGB Percentages of Color #b97bfd

%32.98
%21.93
%45.10

CMYK Percentages of Color #b97bfd

%27
%51
%0
%1

Triadic Colors of #b97bfd

#b97bfd #fdb97b #7bfdb9

Analogous Colors of #b97bfd

#b97bfd #fa7bfd #7b7efd

Monochromatic Colors of #b97bfd

#b97bfd

Complementary Color

#b97bfd #bffd7b

#b97bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97bfd Color CSS Codes

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

#b97bfd Text Font Color

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

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


#b97bfd Background Color

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

This div background color is #b97bfd


#b97bfd Border Color

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

This div border color is #b97bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.