Color Hex Logo

#b33aa6 Color Hex

#B33AA6
(179,58,166)
0 Favorites   0 Comments

Color spaces of #b33aa6

RGB 17958166
HSL0.850.510.46
HSV306°68°70°
CMYK 0.000.680.07   0.30
XYZ26.986415.363037.6194
Yxy15.36300.33750.1921
Hunter Lab39.195754.3057-29.4687
CIE-Lab46.127460.8381-33.2235

#b33aa6 color RGB value is (179,58,166).

#b33aa6 hex color red value is 179, green value is 58 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #b33aa6 hue: 0.85 , saturation: 0.51 and the lightness value of b33aa6 is 0.46.

The process color (four color CMYK) of #b33aa6 color hex is 0.00, 0.68, 0.07, 0.30. Web safe color of #b33aa6 is #cc3399. Color #b33aa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111010 10100110
Octal 263 72 246
Decimal 179 58 166
Hex B3 3A A6

RGB Percentages of Color #b33aa6

%44.42
%14.39
%41.19

CMYK Percentages of Color #b33aa6

%0
%68
%7
%30

Triadic Colors of #b33aa6

#b33aa6 #a6b33a #3aa6b3

Analogous Colors of #b33aa6

#b33aa6 #b33a6a #843ab3

Monochromatic Colors of #b33aa6

#b33aa6

Complementary Color

#b33aa6 #3ab347

#b33aa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33aa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33aa6 Color CSS Codes

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

#b33aa6 Text Font Color

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

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


#b33aa6 Background Color

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

This div background color is #b33aa6


#b33aa6 Border Color

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

This div border color is #b33aa6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,58,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33aa6


Comments

No comments written yet.

Please login to write comment.