Color Hex Logo

#b33aba Color Hex

#B33ABA
(179,58,186)
0 Favorites   0 Comments

Color spaces of #b33aba

RGB 17958186
HSL0.820.520.48
HSV297°69°73°
CMYK 0.040.690.00   0.27
XYZ28.966416.155048.0459
Yxy16.15500.31090.1734
Hunter Lab40.193358.3027-42.7383
CIE-Lab47.177264.1615-43.3372

#b33aba color RGB value is (179,58,186).

#b33aba hex color red value is 179, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b33aba hue: 0.82 , saturation: 0.52 and the lightness value of b33aba is 0.48.

The process color (four color CMYK) of #b33aba color hex is 0.04, 0.69, 0.00, 0.27. Web safe color of #b33aba is #cc33cc. Color #b33aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111010 10111010
Octal 263 72 272
Decimal 179 58 186
Hex B3 3A BA

RGB Percentages of Color #b33aba

%42.32
%13.71
%43.97

CMYK Percentages of Color #b33aba

%4
%69
%0
%27

Triadic Colors of #b33aba

#b33aba #bab33a #3abab3

Analogous Colors of #b33aba

#b33aba #ba3a81 #733aba

Monochromatic Colors of #b33aba

#b33aba

Complementary Color

#b33aba #41ba3a

#b33aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33aba Color CSS Codes

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

#b33aba Text Font Color

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

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


#b33aba Background Color

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

This div background color is #b33aba


#b33aba Border Color

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

This div border color is #b33aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33aba


Comments

No comments written yet.

Please login to write comment.