Color Hex Logo

#b826ba Color Hex

#B826BA
(184,38,186)
0 Favorites   0 Comments

Color spaces of #b826ba

RGB 18438186
HSL0.830.660.44
HSV299°80°73°
CMYK 0.010.800.00   0.27
XYZ29.323215.121747.8277
Yxy15.12170.31780.1639
Hunter Lab38.886666.5497-45.7017
CIE-Lab45.800471.4717-45.4800

#b826ba color RGB value is (184,38,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 10111010
Octal 270 46 272
Decimal 184 38 186
Hex B8 26 BA

RGB Percentages of Color #b826ba

%45.10
%9.31
%45.59

CMYK Percentages of Color #b826ba

%1
%80
%0
%27

Triadic Colors of #b826ba

#b826ba #bab826 #26bab8

Analogous Colors of #b826ba

#b826ba #ba2672 #6e26ba

Monochromatic Colors of #b826ba

#b826ba

Complementary Color

#b826ba #28ba26

#b826ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b826ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b826ba Color CSS Codes

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

#b826ba Text Font Color

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

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


#b826ba Background Color

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

This div background color is #b826ba


#b826ba Border Color

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

This div border color is #b826ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b826ba


Comments

No comments written yet.

Please login to write comment.