Color Hex Logo

#b877bd Color Hex

#B877BD
(184,119,189)
1 Favorites   0 Comments

Color spaces of #b877bd

RGB 184119189
HSL0.820.350.60
HSV296°37°74°
CMYK 0.030.370.00   0.26
XYZ35.549327.058151.4932
Yxy27.05810.31160.2371
Hunter Lab52.017430.9585-22.2803
CIE-Lab59.028136.8506-26.4625

#b877bd color RGB value is (184,119,189).

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

The process color (four color CMYK) of #b877bd color hex is 0.03, 0.37, 0.00, 0.26. Web safe color of #b877bd is #cc66cc. Color #b877bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110111 10111101
Octal 270 167 275
Decimal 184 119 189
Hex B8 77 BD

RGB Percentages of Color #b877bd

%37.40
%24.19
%38.41

CMYK Percentages of Color #b877bd

%3
%37
%0
%26

Triadic Colors of #b877bd

#b877bd #bdb877 #77bdb8

Analogous Colors of #b877bd

#b877bd #bd779f #9577bd

Monochromatic Colors of #b877bd

#b877bd

Complementary Color

#b877bd #7cbd77

#b877bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b877bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b877bd Color CSS Codes

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

#b877bd Text Font Color

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

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


#b877bd Background Color

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

This div background color is #b877bd


#b877bd Border Color

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

This div border color is #b877bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b877bd

#b877bd Color Palettes


Comments

No comments written yet.

Please login to write comment.