Color Hex Logo

#b30aca Color Hex

#B30ACA
(179,10,202)
0 Favorites   0 Comments

Color spaces of #b30aca

RGB 17910202
HSL0.810.910.42
HSV293°95°79°
CMYK 0.110.950.00   0.21
XYZ29.359614.065157.0445
Yxy14.06510.29220.1400
Hunter Lab37.503574.1077-63.9304
CIE-Lab44.326177.9661-57.2202

#b30aca color RGB value is (179,10,202).

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

The process color (four color CMYK) of #b30aca color hex is 0.11, 0.95, 0.00, 0.21. Web safe color of #b30aca is #cc00cc. Color #b30aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001010 11001010
Octal 263 12 312
Decimal 179 10 202
Hex B3 A CA

RGB Percentages of Color #b30aca

%45.78
%2.56
%51.66

CMYK Percentages of Color #b30aca

%11
%95
%0
%21

Triadic Colors of #b30aca

#b30aca #cab30a #0acab3

Analogous Colors of #b30aca

#b30aca #ca0a81 #530aca

Monochromatic Colors of #b30aca

#b30aca

Complementary Color

#b30aca #21ca0a

#b30aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30aca Color CSS Codes

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

#b30aca Text Font Color

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

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


#b30aca Background Color

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

This div background color is #b30aca


#b30aca Border Color

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

This div border color is #b30aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30aca


Comments

No comments written yet.

Please login to write comment.