Color Hex Logo

#b185aa Color Hex

#B185AA
(177,133,170)
0 Favorites   0 Comments

Color spaces of #b185aa

RGB 177133170
HSL0.860.220.61
HSV310°25°69°
CMYK 0.000.250.04   0.31
XYZ33.774729.024441.8524
Yxy29.02440.32270.2773
Hunter Lab53.874317.6246-8.3476
CIE-Lab60.803223.1023-12.9983

#b185aa color RGB value is (177,133,170).

#b185aa hex color red value is 177, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b185aa hue: 0.86 , saturation: 0.22 and the lightness value of b185aa is 0.61.

The process color (four color CMYK) of #b185aa color hex is 0.00, 0.25, 0.04, 0.31. Web safe color of #b185aa is #999999. Color #b185aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000101 10101010
Octal 261 205 252
Decimal 177 133 170
Hex B1 85 AA

RGB Percentages of Color #b185aa

%36.88
%27.71
%35.42

CMYK Percentages of Color #b185aa

%0
%25
%4
%31

Triadic Colors of #b185aa

#b185aa #aab185 #85aab1

Analogous Colors of #b185aa

#b185aa #b18594 #a285b1

Monochromatic Colors of #b185aa

#b185aa

Complementary Color

#b185aa #85b18c

#b185aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b185aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b185aa Color CSS Codes

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

#b185aa Text Font Color

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

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


#b185aa Background Color

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

This div background color is #b185aa


#b185aa Border Color

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

This div border color is #b185aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b185aa


Comments

No comments written yet.

Please login to write comment.