Color Hex Logo

#b726ac Color Hex

#B726AC
(183,38,172)
0 Favorites   0 Comments

Color spaces of #b726ac

RGB 18338172
HSL0.850.660.43
HSV305°79°72°
CMYK 0.000.790.06   0.28
XYZ27.667914.432140.3571
Yxy14.43210.33550.1750
Hunter Lab37.989663.5201-36.3922
CIE-Lab44.846369.1034-38.7572

#b726ac color RGB value is (183,38,172).

#b726ac hex color red value is 183, green value is 38 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b726ac hue: 0.85 , saturation: 0.66 and the lightness value of b726ac is 0.43.

The process color (four color CMYK) of #b726ac color hex is 0.00, 0.79, 0.06, 0.28. Web safe color of #b726ac is #cc3399. Color #b726ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100110 10101100
Octal 267 46 254
Decimal 183 38 172
Hex B7 26 AC

RGB Percentages of Color #b726ac

%46.56
%9.67
%43.77

CMYK Percentages of Color #b726ac

%0
%79
%6
%28

Triadic Colors of #b726ac

#b726ac #acb726 #26acb7

Analogous Colors of #b726ac

#b726ac #b72664 #7a26b7

Monochromatic Colors of #b726ac

#b726ac

Complementary Color

#b726ac #26b731

#b726ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b726ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b726ac Color CSS Codes

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

#b726ac Text Font Color

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

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


#b726ac Background Color

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

This div background color is #b726ac


#b726ac Border Color

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

This div border color is #b726ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b726ac


Comments

No comments written yet.

Please login to write comment.