Color Hex Logo

#b971bf Color Hex

#B971BF
(185,113,191)
0 Favorites   0 Comments

Color spaces of #b971bf

RGB 185113191
HSL0.820.380.60
HSV295°41°75°
CMYK 0.030.410.00   0.25
XYZ35.316725.886152.4253
Yxy25.88610.31080.2278
Hunter Lab50.878434.8667-25.4778
CIE-Lab57.928840.8015-29.2924

#b971bf color RGB value is (185,113,191).

#b971bf hex color red value is 185, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b971bf hue: 0.82 , saturation: 0.38 and the lightness value of b971bf is 0.60.

The process color (four color CMYK) of #b971bf color hex is 0.03, 0.41, 0.00, 0.25. Web safe color of #b971bf is #cc66cc. Color #b971bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 10111111
Octal 271 161 277
Decimal 185 113 191
Hex B9 71 BF

RGB Percentages of Color #b971bf

%37.83
%23.11
%39.06

CMYK Percentages of Color #b971bf

%3
%41
%0
%25

Triadic Colors of #b971bf

#b971bf #bfb971 #71bfb9

Analogous Colors of #b971bf

#b971bf #bf719e #9271bf

Monochromatic Colors of #b971bf

#b971bf

Complementary Color

#b971bf #77bf71

#b971bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971bf Color CSS Codes

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

#b971bf Text Font Color

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

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


#b971bf Background Color

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

This div background color is #b971bf


#b971bf Border Color

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

This div border color is #b971bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971bf


Comments

No comments written yet.

Please login to write comment.