Color Hex Logo

#b330a1 Color Hex

#B330A1
(179,48,161)
0 Favorites   0 Comments

Color spaces of #b330a1

RGB 17948161
HSL0.860.580.45
HSV308°73°70°
CMYK 0.000.730.10   0.30
XYZ26.080414.270835.0982
Yxy14.27080.34570.1891
Hunter Lab37.776757.1241-28.6424
CIE-Lab44.618863.6212-32.6166

#b330a1 color RGB value is (179,48,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110000 10100001
Octal 263 60 241
Decimal 179 48 161
Hex B3 30 A1

RGB Percentages of Color #b330a1

%46.13
%12.37
%41.49

CMYK Percentages of Color #b330a1

%0
%73
%10
%30

Triadic Colors of #b330a1

#b330a1 #a1b330 #30a1b3

Analogous Colors of #b330a1

#b330a1 #b3305f #8430b3

Monochromatic Colors of #b330a1

#b330a1

Complementary Color

#b330a1 #30b342

#b330a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b330a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b330a1 Color CSS Codes

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

#b330a1 Text Font Color

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

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


#b330a1 Background Color

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

This div background color is #b330a1


#b330a1 Border Color

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

This div border color is #b330a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b330a1


Comments

No comments written yet.

Please login to write comment.