Color Hex Logo

#b302aa Color Hex

#B302AA
(179,2,170)
0 Favorites   0 Comments

Color spaces of #b302aa

RGB 1792170
HSL0.840.980.35
HSV303°99°70°
CMYK 0.000.990.05   0.30
XYZ25.867812.529439.0852
Yxy12.52940.33390.1617
Hunter Lab35.396968.5020-40.6901
CIE-Lab42.045473.8280-42.0609

#b302aa color RGB value is (179,2,170).

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

The process color (four color CMYK) of #b302aa color hex is 0.00, 0.99, 0.05, 0.30. Web safe color of #b302aa is #cc0099. Color #b302aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000010 10101010
Octal 263 2 252
Decimal 179 2 170
Hex B3 2 AA

RGB Percentages of Color #b302aa

%51.00
%0.57
%48.43

CMYK Percentages of Color #b302aa

%0
%99
%5
%30

Triadic Colors of #b302aa

#b302aa #aab302 #02aab3

Analogous Colors of #b302aa

#b302aa #b30251 #6302b3

Monochromatic Colors of #b302aa

#b302aa

Complementary Color

#b302aa #02b30b

#b302aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b302aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b302aa Color CSS Codes

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

#b302aa Text Font Color

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

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


#b302aa Background Color

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

This div background color is #b302aa


#b302aa Border Color

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

This div border color is #b302aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,2,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 #b302aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b302aa


Comments

No comments written yet.

Please login to write comment.