Color Hex Logo

#b879bc Color Hex

#B879BC
(184,121,188)
0 Favorites   0 Comments

Color spaces of #b879bc

RGB 184121188
HSL0.820.330.61
HSV296°36°74°
CMYK 0.020.360.00   0.26
XYZ35.681627.495951.0036
Yxy27.49590.31250.2408
Hunter Lab52.436529.7003-20.9642
CIE-Lab59.430635.5621-25.2731

#b879bc color RGB value is (184,121,188).

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

The process color (four color CMYK) of #b879bc color hex is 0.02, 0.36, 0.00, 0.26. Web safe color of #b879bc is #cc66cc. Color #b879bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 10111100
Octal 270 171 274
Decimal 184 121 188
Hex B8 79 BC

RGB Percentages of Color #b879bc

%37.32
%24.54
%38.13

CMYK Percentages of Color #b879bc

%2
%36
%0
%26

Triadic Colors of #b879bc

#b879bc #bcb879 #79bcb8

Analogous Colors of #b879bc

#b879bc #bc799f #9779bc

Monochromatic Colors of #b879bc

#b879bc

Complementary Color

#b879bc #7dbc79

#b879bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879bc Color CSS Codes

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

#b879bc Text Font Color

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

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


#b879bc Background Color

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

This div background color is #b879bc


#b879bc Border Color

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

This div border color is #b879bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879bc


Comments

No comments written yet.

Please login to write comment.