Color Hex Logo

#b304aa Color Hex

#B304AA
(179,4,170)
0 Favorites   0 Comments

Color spaces of #b304aa

RGB 1794170
HSL0.840.960.36
HSV303°98°70°
CMYK 0.000.980.05   0.30
XYZ25.889512.572839.0925
Yxy12.57280.33380.1621
Hunter Lab35.458168.2787-40.5463
CIE-Lab42.112473.6301-41.9544

#b304aa color RGB value is (179,4,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000100 10101010
Octal 263 4 252
Decimal 179 4 170
Hex B3 4 AA

RGB Percentages of Color #b304aa

%50.71
%1.13
%48.16

CMYK Percentages of Color #b304aa

%0
%98
%5
%30

Triadic Colors of #b304aa

#b304aa #aab304 #04aab3

Analogous Colors of #b304aa

#b304aa #b30452 #6504b3

Monochromatic Colors of #b304aa

#b304aa

Complementary Color

#b304aa #04b30d

#b304aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b304aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b304aa Color CSS Codes

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

#b304aa Text Font Color

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

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


#b304aa Background Color

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

This div background color is #b304aa


#b304aa Border Color

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

This div border color is #b304aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b304aa


Comments

No comments written yet.

Please login to write comment.