Color Hex Logo

#b307ab Color Hex

#B307AB
(179,7,171)
0 Favorites   0 Comments

Color spaces of #b307ab

RGB 1797171
HSL0.840.920.36
HSV303°96°70°
CMYK 0.000.960.04   0.30
XYZ26.017112.675939.6035
Yxy12.67590.33230.1619
Hunter Lab35.603268.1334-41.0294
CIE-Lab42.270873.4789-42.2979

#b307ab color RGB value is (179,7,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000111 10101011
Octal 263 7 253
Decimal 179 7 171
Hex B3 7 AB

RGB Percentages of Color #b307ab

%50.14
%1.96
%47.90

CMYK Percentages of Color #b307ab

%0
%96
%4
%30

Triadic Colors of #b307ab

#b307ab #abb307 #07abb3

Analogous Colors of #b307ab

#b307ab #b30755 #6507b3

Monochromatic Colors of #b307ab

#b307ab

Complementary Color

#b307ab #07b30f

#b307ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b307ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b307ab Color CSS Codes

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

#b307ab Text Font Color

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

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


#b307ab Background Color

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

This div background color is #b307ab


#b307ab Border Color

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

This div border color is #b307ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b307ab


Comments

No comments written yet.

Please login to write comment.