Color Hex Logo

#b97fcf Color Hex

#B97FCF
(185,127,207)
0 Favorites   0 Comments

Color spaces of #b97fcf

RGB 185127207
HSL0.790.450.65
HSV284°39°81°
CMYK 0.110.390.00   0.19
XYZ38.859429.998062.7736
Yxy29.99800.29520.2279
Hunter Lab54.770430.7968-29.6143
CIE-Lab61.652536.3895-32.5735

#b97fcf color RGB value is (185,127,207).

#b97fcf hex color red value is 185, green value is 127 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b97fcf hue: 0.79 , saturation: 0.45 and the lightness value of b97fcf is 0.65.

The process color (four color CMYK) of #b97fcf color hex is 0.11, 0.39, 0.00, 0.19. Web safe color of #b97fcf is #cc66cc. Color #b97fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111111 11001111
Octal 271 177 317
Decimal 185 127 207
Hex B9 7F CF

RGB Percentages of Color #b97fcf

%35.65
%24.47
%39.88

CMYK Percentages of Color #b97fcf

%11
%39
%0
%19

Triadic Colors of #b97fcf

#b97fcf #cfb97f #7fcfb9

Analogous Colors of #b97fcf

#b97fcf #cf7fbd #917fcf

Monochromatic Colors of #b97fcf

#b97fcf

Complementary Color

#b97fcf #95cf7f

#b97fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97fcf Color CSS Codes

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

#b97fcf Text Font Color

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

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


#b97fcf Background Color

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

This div background color is #b97fcf


#b97fcf Border Color

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

This div border color is #b97fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97fcf


Comments

No comments written yet.

Please login to write comment.