Color Hex Logo

#b301ab Color Hex

#B301AB
(179,1,171)
0 Favorites   0 Comments

Color spaces of #b301ab

RGB 1791171
HSL0.840.990.35
HSV303°99°70°
CMYK 0.000.990.04   0.30
XYZ25.951912.545739.5818
Yxy12.54570.33240.1607
Hunter Lab35.419968.8008-41.4627
CIE-Lab42.070674.0704-42.6170

#b301ab color RGB value is (179,1,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000001 10101011
Octal 263 1 253
Decimal 179 1 171
Hex B3 1 AB

RGB Percentages of Color #b301ab

%51.00
%0.28
%48.72

CMYK Percentages of Color #b301ab

%0
%99
%4
%30

Triadic Colors of #b301ab

#b301ab #abb301 #01abb3

Analogous Colors of #b301ab

#b301ab #b30152 #6201b3

Monochromatic Colors of #b301ab

#b301ab

Complementary Color

#b301ab #01b309

#b301ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b301ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b301ab Color CSS Codes

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

#b301ab Text Font Color

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

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


#b301ab Background Color

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

This div background color is #b301ab


#b301ab Border Color

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

This div border color is #b301ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b301ab


Comments

No comments written yet.

Please login to write comment.