Color Hex Logo

#b681ae Color Hex

#B681AE
(182,129,174)
0 Favorites   0 Comments

Color spaces of #b681ae

RGB 182129174
HSL0.860.270.61
HSV309°29°71°
CMYK 0.000.290.04   0.29
XYZ34.781628.701643.7512
Yxy28.70160.32440.2677
Hunter Lab53.573922.1327-10.9176
CIE-Lab60.517427.8191-15.6577

#b681ae color RGB value is (182,129,174).

#b681ae hex color red value is 182, green value is 129 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b681ae hue: 0.86 , saturation: 0.27 and the lightness value of b681ae is 0.61.

The process color (four color CMYK) of #b681ae color hex is 0.00, 0.29, 0.04, 0.29. Web safe color of #b681ae is #cc9999. Color #b681ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000001 10101110
Octal 266 201 256
Decimal 182 129 174
Hex B6 81 AE

RGB Percentages of Color #b681ae

%37.53
%26.60
%35.88

CMYK Percentages of Color #b681ae

%0
%29
%4
%29

Triadic Colors of #b681ae

#b681ae #aeb681 #81aeb6

Analogous Colors of #b681ae

#b681ae #b68194 #a481b6

Monochromatic Colors of #b681ae

#b681ae

Complementary Color

#b681ae #81b689

#b681ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b681ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b681ae Color CSS Codes

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

#b681ae Text Font Color

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

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


#b681ae Background Color

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

This div background color is #b681ae


#b681ae Border Color

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

This div border color is #b681ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b681ae


Comments

No comments written yet.

Please login to write comment.