Color Hex Logo

#b180ad Color Hex

#B180AD
(177,128,173)
0 Favorites   0 Comments

Color spaces of #b180ad

RGB 177128173
HSL0.850.240.60
HSV305°28°69°
CMYK 0.000.280.02   0.31
XYZ33.393527.802643.1416
Yxy27.80260.32010.2665
Hunter Lab52.728220.7723-11.6007
CIE-Lab59.710026.4768-16.3611

#b180ad color RGB value is (177,128,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000000 10101101
Octal 261 200 255
Decimal 177 128 173
Hex B1 80 AD

RGB Percentages of Color #b180ad

%37.03
%26.78
%36.19

CMYK Percentages of Color #b180ad

%0
%28
%2
%31

Triadic Colors of #b180ad

#b180ad #adb180 #80adb1

Analogous Colors of #b180ad

#b180ad #b18095 #9d80b1

Monochromatic Colors of #b180ad

#b180ad

Complementary Color

#b180ad #80b184

#b180ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b180ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b180ad Color CSS Codes

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

#b180ad Text Font Color

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

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


#b180ad Background Color

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

This div background color is #b180ad


#b180ad Border Color

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

This div border color is #b180ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b180ad


Comments

No comments written yet.

Please login to write comment.