Color Hex Logo

#b081ad Color Hex

#B081AD
(176,129,173)
0 Favorites   0 Comments

Color spaces of #b081ad

RGB 176129173
HSL0.840.230.60
HSV304°27°69°
CMYK 0.000.270.02   0.31
XYZ33.297627.947843.1746
Yxy27.94780.31890.2676
Hunter Lab52.865719.9138-11.4153
CIE-Lab59.841525.5717-16.1717

#b081ad color RGB value is (176,129,173).

#b081ad hex color red value is 176, green value is 129 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b081ad hue: 0.84 , saturation: 0.23 and the lightness value of b081ad is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000001 10101101
Octal 260 201 255
Decimal 176 129 173
Hex B0 81 AD

RGB Percentages of Color #b081ad

%36.82
%26.99
%36.19

CMYK Percentages of Color #b081ad

%0
%27
%2
%31

Triadic Colors of #b081ad

#b081ad #adb081 #81adb0

Analogous Colors of #b081ad

#b081ad #b08196 #9c81b0

Monochromatic Colors of #b081ad

#b081ad

Complementary Color

#b081ad #81b084

#b081ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b081ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b081ad Color CSS Codes

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

#b081ad Text Font Color

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

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


#b081ad Background Color

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

This div background color is #b081ad


#b081ad Border Color

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

This div border color is #b081ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b081ad


Comments

No comments written yet.

Please login to write comment.