Color Hex Logo

#b877bf Color Hex

#B877BF
(184,119,191)
0 Favorites   0 Comments

Color spaces of #b877bf

RGB 184119191
HSL0.820.360.61
HSV294°38°75°
CMYK 0.040.380.00   0.25
XYZ35.768027.145652.6447
Yxy27.14560.30950.2349
Hunter Lab52.101431.3640-23.4372
CIE-Lab59.108937.2396-27.4761

#b877bf color RGB value is (184,119,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110111 10111111
Octal 270 167 277
Decimal 184 119 191
Hex B8 77 BF

RGB Percentages of Color #b877bf

%37.25
%24.09
%38.66

CMYK Percentages of Color #b877bf

%4
%38
%0
%25

Triadic Colors of #b877bf

#b877bf #bfb877 #77bfb8

Analogous Colors of #b877bf

#b877bf #bf77a2 #9477bf

Monochromatic Colors of #b877bf

#b877bf

Complementary Color

#b877bf #7ebf77

#b877bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b877bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b877bf Color CSS Codes

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

#b877bf Text Font Color

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

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


#b877bf Background Color

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

This div background color is #b877bf


#b877bf Border Color

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

This div border color is #b877bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b877bf


Comments

No comments written yet.

Please login to write comment.