Color Hex Logo

#b726ba Color Hex

#B726BA
(183,38,186)
0 Favorites   0 Comments

Color spaces of #b726ba

RGB 18338186
HSL0.830.660.44
HSV299°80°73°
CMYK 0.020.800.00   0.27
XYZ29.084514.998747.8165
Yxy14.99870.31650.1632
Hunter Lab38.728266.2776-46.0939
CIE-Lab45.632471.2767-45.7579

#b726ba color RGB value is (183,38,186).

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

The process color (four color CMYK) of #b726ba color hex is 0.02, 0.80, 0.00, 0.27. Web safe color of #b726ba is #cc33cc. Color #b726ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100110 10111010
Octal 267 46 272
Decimal 183 38 186
Hex B7 26 BA

RGB Percentages of Color #b726ba

%44.96
%9.34
%45.70

CMYK Percentages of Color #b726ba

%2
%80
%0
%27

Triadic Colors of #b726ba

#b726ba #bab726 #26bab7

Analogous Colors of #b726ba

#b726ba #ba2673 #6d26ba

Monochromatic Colors of #b726ba

#b726ba

Complementary Color

#b726ba #29ba26

#b726ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b726ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b726ba Color CSS Codes

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

#b726ba Text Font Color

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

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


#b726ba Background Color

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

This div background color is #b726ba


#b726ba Border Color

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

This div border color is #b726ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,38,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b726ba


Comments

No comments written yet.

Please login to write comment.