Color Hex Logo

#b27bac Color Hex

#B27BAC
(178,123,172)
0 Favorites   0 Comments

Color spaces of #b27bac

RGB 178123172
HSL0.850.260.59
HSV307°31°70°
CMYK 0.000.310.03   0.30
XYZ32.889526.609542.4324
Yxy26.60950.32270.2611
Hunter Lab51.584423.5364-12.6618
CIE-Lab58.611129.4293-17.4463

#b27bac color RGB value is (178,123,172).

#b27bac hex color red value is 178, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b27bac hue: 0.85 , saturation: 0.26 and the lightness value of b27bac is 0.59.

The process color (four color CMYK) of #b27bac color hex is 0.00, 0.31, 0.03, 0.30. Web safe color of #b27bac is #996699. Color #b27bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111011 10101100
Octal 262 173 254
Decimal 178 123 172
Hex B2 7B AC

RGB Percentages of Color #b27bac

%37.63
%26.00
%36.36

CMYK Percentages of Color #b27bac

%0
%31
%3
%30

Triadic Colors of #b27bac

#b27bac #acb27b #7bacb2

Analogous Colors of #b27bac

#b27bac #b27b91 #9d7bb2

Monochromatic Colors of #b27bac

#b27bac

Complementary Color

#b27bac #7bb281

#b27bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27bac Color CSS Codes

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

#b27bac Text Font Color

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

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


#b27bac Background Color

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

This div background color is #b27bac


#b27bac Border Color

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

This div border color is #b27bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,123,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b27bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b27bac;
  -webkit-box-shadow: 1px 1px 3px 2px #b27bac;
  box-shadow:         1px 1px 3px 2px #b27bac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,123,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27bac


Comments

No comments written yet.

Please login to write comment.