Color Hex Logo

#b185ae Color Hex

#B185AE
(177,133,174)
0 Favorites   0 Comments

Color spaces of #b185ae

RGB 177133174
HSL0.840.220.61
HSV304°25°69°
CMYK 0.000.250.02   0.31
XYZ34.159029.178243.8760
Yxy29.17820.31860.2722
Hunter Lab54.016818.3498-10.3474
CIE-Lab60.938623.8567-15.0717

#b185ae color RGB value is (177,133,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000101 10101110
Octal 261 205 256
Decimal 177 133 174
Hex B1 85 AE

RGB Percentages of Color #b185ae

%36.57
%27.48
%35.95

CMYK Percentages of Color #b185ae

%0
%25
%2
%31

Triadic Colors of #b185ae

#b185ae #aeb185 #85aeb1

Analogous Colors of #b185ae

#b185ae #b18598 #9e85b1

Monochromatic Colors of #b185ae

#b185ae

Complementary Color

#b185ae #85b188

#b185ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b185ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b185ae Color CSS Codes

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

#b185ae Text Font Color

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

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


#b185ae Background Color

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

This div background color is #b185ae


#b185ae Border Color

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

This div border color is #b185ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b185ae


Comments

No comments written yet.

Please login to write comment.