Color Hex Logo

#b871bf Color Hex

#B871BF
(184,113,191)
0 Favorites   0 Comments

Color spaces of #b871bf

RGB 184113191
HSL0.820.380.60
HSV295°41°75°
CMYK 0.040.410.00   0.25
XYZ35.076325.762252.4141
Yxy25.76220.30970.2275
Hunter Lab50.756534.5322-25.6968
CIE-Lab57.810640.4932-29.4849

#b871bf color RGB value is (184,113,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 10111111
Octal 270 161 277
Decimal 184 113 191
Hex B8 71 BF

RGB Percentages of Color #b871bf

%37.70
%23.16
%39.14

CMYK Percentages of Color #b871bf

%4
%41
%0
%25

Triadic Colors of #b871bf

#b871bf #bfb871 #71bfb8

Analogous Colors of #b871bf

#b871bf #bf719f #9171bf

Monochromatic Colors of #b871bf

#b871bf

Complementary Color

#b871bf #78bf71

#b871bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b871bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b871bf Color CSS Codes

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

#b871bf Text Font Color

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

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


#b871bf Background Color

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

This div background color is #b871bf


#b871bf Border Color

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

This div border color is #b871bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,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 #b871bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b871bf


Comments

No comments written yet.

Please login to write comment.