Color Hex Logo

#b308aa Color Hex

#B308AA
(179,8,170)
0 Favorites   0 Comments

Color spaces of #b308aa

RGB 1798170
HSL0.840.910.37
HSV303°96°70°
CMYK 0.000.960.05   0.30
XYZ25.932912.659739.1069
Yxy12.65970.33380.1629
Hunter Lab35.580567.8343-40.2600
CIE-Lab42.246073.2353-41.7415

#b308aa color RGB value is (179,8,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001000 10101010
Octal 263 10 252
Decimal 179 8 170
Hex B3 8 AA

RGB Percentages of Color #b308aa

%50.14
%2.24
%47.62

CMYK Percentages of Color #b308aa

%0
%96
%5
%30

Triadic Colors of #b308aa

#b308aa #aab308 #08aab3

Analogous Colors of #b308aa

#b308aa #b30855 #6708b3

Monochromatic Colors of #b308aa

#b308aa

Complementary Color

#b308aa #08b311

#b308aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b308aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b308aa Color CSS Codes

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

#b308aa Text Font Color

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

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


#b308aa Background Color

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

This div background color is #b308aa


#b308aa Border Color

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

This div border color is #b308aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b308aa


Comments

No comments written yet.

Please login to write comment.