Color Hex Logo

#b616ab Color Hex

#B616AB
(182,22,171)
0 Favorites   0 Comments

Color spaces of #b616ab

RGB 18222171
HSL0.840.780.40
HSV304°88°71°
CMYK 0.000.880.06   0.29
XYZ26.929013.459239.7066
Yxy13.45920.33620.1680
Hunter Lab36.686866.8215-38.4896
CIE-Lab43.447272.1578-40.3935

#b616ab color RGB value is (182,22,171).

#b616ab hex color red value is 182, green value is 22 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b616ab hue: 0.84 , saturation: 0.78 and the lightness value of b616ab is 0.40.

The process color (four color CMYK) of #b616ab color hex is 0.00, 0.88, 0.06, 0.29. Web safe color of #b616ab is #cc0099. Color #b616ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010110 10101011
Octal 266 26 253
Decimal 182 22 171
Hex B6 16 AB

RGB Percentages of Color #b616ab

%48.53
%5.87
%45.60

CMYK Percentages of Color #b616ab

%0
%88
%6
%29

Triadic Colors of #b616ab

#b616ab #abb616 #16abb6

Analogous Colors of #b616ab

#b616ab #b6165b #7116b6

Monochromatic Colors of #b616ab

#b616ab

Complementary Color

#b616ab #16b621

#b616ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b616ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b616ab Color CSS Codes

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

#b616ab Text Font Color

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

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


#b616ab Background Color

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

This div background color is #b616ab


#b616ab Border Color

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

This div border color is #b616ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b616ab


Comments

No comments written yet.

Please login to write comment.