Color Hex Logo

#b681ac Color Hex

#B681AC
(182,129,172)
0 Favorites   0 Comments

Color spaces of #b681ac

RGB 182129172
HSL0.860.270.61
HSV311°29°71°
CMYK 0.000.290.05   0.29
XYZ34.588128.624242.7318
Yxy28.62420.32650.2702
Hunter Lab53.501621.7702-9.9039
CIE-Lab60.448527.4514-14.6212

#b681ac color RGB value is (182,129,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000001 10101100
Octal 266 201 254
Decimal 182 129 172
Hex B6 81 AC

RGB Percentages of Color #b681ac

%37.68
%26.71
%35.61

CMYK Percentages of Color #b681ac

%0
%29
%5
%29

Triadic Colors of #b681ac

#b681ac #acb681 #81acb6

Analogous Colors of #b681ac

#b681ac #b68192 #a681b6

Monochromatic Colors of #b681ac

#b681ac

Complementary Color

#b681ac #81b68b

#b681ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b681ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b681ac Color CSS Codes

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

#b681ac Text Font Color

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

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


#b681ac Background Color

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

This div background color is #b681ac


#b681ac Border Color

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

This div border color is #b681ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,129,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b681ac


Comments

No comments written yet.

Please login to write comment.