Color Hex Logo

#b716ab Color Hex

#B716AB
(183,22,171)
0 Favorites   0 Comments

Color spaces of #b716ab

RGB 18322171
HSL0.850.790.40
HSV304°88°72°
CMYK 0.000.880.07   0.28
XYZ27.166013.581439.7177
Yxy13.58140.33760.1688
Hunter Lab36.853067.0879-38.1018
CIE-Lab43.626572.3453-40.0975

#b716ab color RGB value is (183,22,171).

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

The process color (four color CMYK) of #b716ab color hex is 0.00, 0.88, 0.07, 0.28. Web safe color of #b716ab is #cc0099. Color #b716ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010110 10101011
Octal 267 26 253
Decimal 183 22 171
Hex B7 16 AB

RGB Percentages of Color #b716ab

%48.67
%5.85
%45.48

CMYK Percentages of Color #b716ab

%0
%88
%7
%28

Triadic Colors of #b716ab

#b716ab #abb716 #16abb7

Analogous Colors of #b716ab

#b716ab #b7165b #7316b7

Monochromatic Colors of #b716ab

#b716ab

Complementary Color

#b716ab #16b722

#b716ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b716ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b716ab Color CSS Codes

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

#b716ab Text Font Color

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

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


#b716ab Background Color

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

This div background color is #b716ab


#b716ab Border Color

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

This div border color is #b716ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b716ab


Comments

No comments written yet.

Please login to write comment.