Color Hex Logo

#b876bf Color Hex

#B876BF
(184,118,191)
0 Favorites   0 Comments

Color spaces of #b876bf

RGB 184118191
HSL0.820.360.61
HSV294°38°75°
CMYK 0.040.380.00   0.25
XYZ35.649626.908852.6052
Yxy26.90880.30960.2337
Hunter Lab51.873731.8931-23.8145
CIE-Lab58.889837.7850-27.8145

#b876bf color RGB value is (184,118,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110110 10111111
Octal 270 166 277
Decimal 184 118 191
Hex B8 76 BF

RGB Percentages of Color #b876bf

%37.32
%23.94
%38.74

CMYK Percentages of Color #b876bf

%4
%38
%0
%25

Triadic Colors of #b876bf

#b876bf #bfb876 #76bfb8

Analogous Colors of #b876bf

#b876bf #bf76a2 #9476bf

Monochromatic Colors of #b876bf

#b876bf

Complementary Color

#b876bf #7dbf76

#b876bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b876bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b876bf Color CSS Codes

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

#b876bf Text Font Color

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

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


#b876bf Background Color

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

This div background color is #b876bf


#b876bf Border Color

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

This div border color is #b876bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b876bf


Comments

No comments written yet.

Please login to write comment.