Color Hex Logo

#b184ad Color Hex

#B184AD
(177,132,173)
0 Favorites   0 Comments

Color spaces of #b184ad

RGB 177132173
HSL0.850.220.61
HSV305°25°69°
CMYK 0.000.250.02   0.31
XYZ33.925628.866843.3189
Yxy28.86680.31970.2720
Hunter Lab53.727818.6873-10.1940
CIE-Lab60.663924.2292-14.9174

#b184ad color RGB value is (177,132,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 10101101
Octal 261 204 255
Decimal 177 132 173
Hex B1 84 AD

RGB Percentages of Color #b184ad

%36.72
%27.39
%35.89

CMYK Percentages of Color #b184ad

%0
%25
%2
%31

Triadic Colors of #b184ad

#b184ad #adb184 #84adb1

Analogous Colors of #b184ad

#b184ad #b18497 #9f84b1

Monochromatic Colors of #b184ad

#b184ad

Complementary Color

#b184ad #84b188

#b184ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b184ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b184ad Color CSS Codes

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

#b184ad Text Font Color

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

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


#b184ad Background Color

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

This div background color is #b184ad


#b184ad Border Color

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

This div border color is #b184ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b184ad


Comments

No comments written yet.

Please login to write comment.