Color Hex Logo

#b27fab Color Hex

#B27FAB
(178,127,171)
0 Favorites   0 Comments

Color spaces of #b27fab

RGB 178127171
HSL0.860.250.60
HSV308°29°70°
CMYK 0.000.290.04   0.30
XYZ33.300227.584042.0972
Yxy27.58400.32340.2679
Hunter Lab52.520521.2657-10.7589
CIE-Lab59.511027.0055-15.5091

#b27fab color RGB value is (178,127,171).

#b27fab hex color red value is 178, green value is 127 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b27fab hue: 0.86 , saturation: 0.25 and the lightness value of b27fab is 0.60.

The process color (four color CMYK) of #b27fab color hex is 0.00, 0.29, 0.04, 0.30. Web safe color of #b27fab is #996699. Color #b27fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111111 10101011
Octal 262 177 253
Decimal 178 127 171
Hex B2 7F AB

RGB Percentages of Color #b27fab

%37.39
%26.68
%35.92

CMYK Percentages of Color #b27fab

%0
%29
%4
%30

Triadic Colors of #b27fab

#b27fab #abb27f #7fabb2

Analogous Colors of #b27fab

#b27fab #b27f92 #a07fb2

Monochromatic Colors of #b27fab

#b27fab

Complementary Color

#b27fab #7fb286

#b27fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27fab Color CSS Codes

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

#b27fab Text Font Color

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

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


#b27fab Background Color

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

This div background color is #b27fab


#b27fab Border Color

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

This div border color is #b27fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27fab


Comments

No comments written yet.

Please login to write comment.