Color Hex Logo

#b30acc Color Hex

#B30ACC
(179,10,204)
0 Favorites   0 Comments

Color spaces of #b30acc

RGB 17910204
HSL0.810.910.42
HSV292°95°80°
CMYK 0.120.950.00   0.20
XYZ29.598014.160458.3000
Yxy14.16040.29000.1387
Hunter Lab37.630374.5456-65.5158
CIE-Lab44.462178.2925-58.1600

#b30acc color RGB value is (179,10,204).

#b30acc hex color red value is 179, green value is 10 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b30acc hue: 0.81 , saturation: 0.91 and the lightness value of b30acc is 0.42.

The process color (four color CMYK) of #b30acc color hex is 0.12, 0.95, 0.00, 0.20. Web safe color of #b30acc is #cc00cc. Color #b30acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001010 11001100
Octal 263 12 314
Decimal 179 10 204
Hex B3 A CC

RGB Percentages of Color #b30acc

%45.55
%2.54
%51.91

CMYK Percentages of Color #b30acc

%12
%95
%0
%20

Triadic Colors of #b30acc

#b30acc #ccb30a #0accb3

Analogous Colors of #b30acc

#b30acc #cc0a84 #520acc

Monochromatic Colors of #b30acc

#b30acc

Complementary Color

#b30acc #23cc0a

#b30acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30acc Color CSS Codes

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

#b30acc Text Font Color

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

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


#b30acc Background Color

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

This div background color is #b30acc


#b30acc Border Color

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

This div border color is #b30acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30acc


Comments

No comments written yet.

Please login to write comment.