Color Hex Logo

#b673ab Color Hex

#B673AB
(182,115,171)
0 Favorites   0 Comments

Color spaces of #b673ab

RGB 182115171
HSL0.860.310.58
HSV310°37°71°
CMYK 0.000.370.06   0.29
XYZ32.772825.146841.6546
Yxy25.14680.32910.2525
Hunter Lab50.146628.9004-14.1470
CIE-Lab57.218235.0177-18.9498

#b673ab color RGB value is (182,115,171).

#b673ab hex color red value is 182, green value is 115 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b673ab hue: 0.86 , saturation: 0.31 and the lightness value of b673ab is 0.58.

The process color (four color CMYK) of #b673ab color hex is 0.00, 0.37, 0.06, 0.29. Web safe color of #b673ab is #cc6699. Color #b673ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110011 10101011
Octal 266 163 253
Decimal 182 115 171
Hex B6 73 AB

RGB Percentages of Color #b673ab

%38.89
%24.57
%36.54

CMYK Percentages of Color #b673ab

%0
%37
%6
%29

Triadic Colors of #b673ab

#b673ab #abb673 #73abb6

Analogous Colors of #b673ab

#b673ab #b6738a #a073b6

Monochromatic Colors of #b673ab

#b673ab

Complementary Color

#b673ab #73b67e

#b673ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b673ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b673ab Color CSS Codes

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

#b673ab Text Font Color

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

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


#b673ab Background Color

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

This div background color is #b673ab


#b673ab Border Color

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

This div border color is #b673ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b673ab


Comments

No comments written yet.

Please login to write comment.