Color Hex Logo

#b27b9a Color Hex

#B27B9A
(178,123,154)
0 Favorites   0 Comments

Color spaces of #b27b9a

RGB 178123154
HSL0.910.260.59
HSV326°31°70°
CMYK 0.000.310.13   0.30
XYZ31.275825.964033.9350
Yxy25.96400.34300.2848
Hunter Lab50.954920.3912-3.8176
CIE-Lab58.002926.2136-8.0087

#b27b9a color RGB value is (178,123,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111011 10011010
Octal 262 173 232
Decimal 178 123 154
Hex B2 7B 9A

RGB Percentages of Color #b27b9a

%39.12
%27.03
%33.85

CMYK Percentages of Color #b27b9a

%0
%31
%13
%30

Triadic Colors of #b27b9a

#b27b9a #9ab27b #7b9ab2

Analogous Colors of #b27b9a

#b27b9a #b27b7f #af7bb2

Monochromatic Colors of #b27b9a

#b27b9a

Complementary Color

#b27b9a #7bb293

#b27b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27b9a Color CSS Codes

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

#b27b9a Text Font Color

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

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


#b27b9a Background Color

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

This div background color is #b27b9a


#b27b9a Border Color

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

This div border color is #b27b9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27b9a


Comments

No comments written yet.

Please login to write comment.