Color Hex Logo

#b178aa Color Hex

#B178AA
(177,120,170)
0 Favorites   0 Comments

Color spaces of #b178aa

RGB 177120170
HSL0.850.270.58
HSV307°32°69°
CMYK 0.000.320.04   0.31
XYZ32.103625.682341.2953
Yxy25.68230.32400.2592
Hunter Lab50.677724.3912-12.8387
CIE-Lab57.734330.3904-17.6414

#b178aa color RGB value is (177,120,170).

#b178aa hex color red value is 177, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b178aa hue: 0.85 , saturation: 0.27 and the lightness value of b178aa is 0.58.

The process color (four color CMYK) of #b178aa color hex is 0.00, 0.32, 0.04, 0.31. Web safe color of #b178aa is #996699. Color #b178aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111000 10101010
Octal 261 170 252
Decimal 177 120 170
Hex B1 78 AA

RGB Percentages of Color #b178aa

%37.90
%25.70
%36.40

CMYK Percentages of Color #b178aa

%0
%32
%4
%31

Triadic Colors of #b178aa

#b178aa #aab178 #78aab1

Analogous Colors of #b178aa

#b178aa #b1788e #9c78b1

Monochromatic Colors of #b178aa

#b178aa

Complementary Color

#b178aa #78b17f

#b178aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b178aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b178aa Color CSS Codes

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

#b178aa Text Font Color

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

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


#b178aa Background Color

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

This div background color is #b178aa


#b178aa Border Color

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

This div border color is #b178aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,120,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b178aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b178aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b178aa;
  box-shadow:         1px 1px 3px 2px #b178aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,120,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b178aa


Comments

No comments written yet.

Please login to write comment.