Color Hex Logo

#b27aac Color Hex

#B27AAC
(178,122,172)
0 Favorites   0 Comments

Color spaces of #b27aac

RGB 178122172
HSL0.850.270.59
HSV306°31°70°
CMYK 0.000.310.03   0.30
XYZ32.766026.362642.3913
Yxy26.36260.32280.2597
Hunter Lab51.344524.0586-13.0101
CIE-Lab58.379629.9872-17.7983

#b27aac color RGB value is (178,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111010 10101100
Octal 262 172 254
Decimal 178 122 172
Hex B2 7A AC

RGB Percentages of Color #b27aac

%37.71
%25.85
%36.44

CMYK Percentages of Color #b27aac

%0
%31
%3
%30

Triadic Colors of #b27aac

#b27aac #acb27a #7aacb2

Analogous Colors of #b27aac

#b27aac #b27a90 #9c7ab2

Monochromatic Colors of #b27aac

#b27aac

Complementary Color

#b27aac #7ab280

#b27aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27aac Color CSS Codes

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

#b27aac Text Font Color

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

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


#b27aac Background Color

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

This div background color is #b27aac


#b27aac Border Color

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

This div border color is #b27aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27aac


Comments

No comments written yet.

Please login to write comment.