Color Hex Logo

#b330aa Color Hex

#B330AA
(179,48,170)
0 Favorites   0 Comments

Color spaces of #b330aa

RGB 17948170
HSL0.840.580.45
HSV304°73°70°
CMYK 0.000.730.05   0.30
XYZ26.903114.599939.4303
Yxy14.59990.33240.1804
Hunter Lab38.209858.8127-34.4369
CIE-Lab45.081365.0090-37.2439

#b330aa color RGB value is (179,48,170).

#b330aa hex color red value is 179, green value is 48 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b330aa hue: 0.84 , saturation: 0.58 and the lightness value of b330aa is 0.45.

The process color (four color CMYK) of #b330aa color hex is 0.00, 0.73, 0.05, 0.30. Web safe color of #b330aa is #cc3399. Color #b330aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110000 10101010
Octal 263 60 252
Decimal 179 48 170
Hex B3 30 AA

RGB Percentages of Color #b330aa

%45.09
%12.09
%42.82

CMYK Percentages of Color #b330aa

%0
%73
%5
%30

Triadic Colors of #b330aa

#b330aa #aab330 #30aab3

Analogous Colors of #b330aa

#b330aa #b33069 #7b30b3

Monochromatic Colors of #b330aa

#b330aa

Complementary Color

#b330aa #30b339

#b330aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b330aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b330aa Color CSS Codes

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

#b330aa Text Font Color

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

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


#b330aa Background Color

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

This div background color is #b330aa


#b330aa Border Color

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

This div border color is #b330aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b330aa


Comments

No comments written yet.

Please login to write comment.