Color Hex Logo

#b716ac Color Hex

#B716AC
(183,22,172)
0 Favorites   0 Comments

Color spaces of #b716ac

RGB 18322172
HSL0.840.790.40
HSV304°88°72°
CMYK 0.000.880.06   0.28
XYZ27.261713.619740.2217
Yxy13.61970.33610.1679
Hunter Lab36.904967.2747-38.7853
CIE-Lab43.682572.4902-40.6029

#b716ac color RGB value is (183,22,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010110 10101100
Octal 267 26 254
Decimal 183 22 172
Hex B7 16 AC

RGB Percentages of Color #b716ac

%48.54
%5.84
%45.62

CMYK Percentages of Color #b716ac

%0
%88
%6
%28

Triadic Colors of #b716ac

#b716ac #acb716 #16acb7

Analogous Colors of #b716ac

#b716ac #b7165b #7216b7

Monochromatic Colors of #b716ac

#b716ac

Complementary Color

#b716ac #16b721

#b716ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b716ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b716ac Color CSS Codes

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

#b716ac Text Font Color

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

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


#b716ac Background Color

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

This div background color is #b716ac


#b716ac Border Color

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

This div border color is #b716ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b716ac


Comments

No comments written yet.

Please login to write comment.