Color Hex Logo

#b871bb Color Hex

#B871BB
(184,113,187)
0 Favorites   0 Comments

Color spaces of #b871bb

RGB 184113187
HSL0.830.350.59
HSV298°40°73°
CMYK 0.020.400.00   0.27
XYZ34.641925.588550.1269
Yxy25.58850.31390.2319
Hunter Lab50.585133.7173-23.3434
CIE-Lab57.644439.7232-27.4576

#b871bb color RGB value is (184,113,187).

#b871bb hex color red value is 184, green value is 113 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b871bb hue: 0.83 , saturation: 0.35 and the lightness value of b871bb is 0.59.

The process color (four color CMYK) of #b871bb color hex is 0.02, 0.40, 0.00, 0.27. Web safe color of #b871bb is #cc66cc. Color #b871bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 10111011
Octal 270 161 273
Decimal 184 113 187
Hex B8 71 BB

RGB Percentages of Color #b871bb

%38.02
%23.35
%38.64

CMYK Percentages of Color #b871bb

%2
%40
%0
%27

Triadic Colors of #b871bb

#b871bb #bbb871 #71bbb8

Analogous Colors of #b871bb

#b871bb #bb7199 #9371bb

Monochromatic Colors of #b871bb

#b871bb

Complementary Color

#b871bb #74bb71

#b871bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b871bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b871bb Color CSS Codes

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

#b871bb Text Font Color

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

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


#b871bb Background Color

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

This div background color is #b871bb


#b871bb Border Color

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

This div border color is #b871bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b871bb


Comments

No comments written yet.

Please login to write comment.