Color Hex Logo

#b331ab Color Hex

#B331AB
(179,49,171)
0 Favorites   0 Comments

Color spaces of #b331ab

RGB 17949171
HSL0.840.570.45
HSV304°73°70°
CMYK 0.000.730.04   0.30
XYZ27.039414.720639.9443
Yxy14.72060.33090.1802
Hunter Lab38.367458.6546-34.8696
CIE-Lab45.249164.8389-37.5712

#b331ab color RGB value is (179,49,171).

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

The process color (four color CMYK) of #b331ab color hex is 0.00, 0.73, 0.04, 0.30. Web safe color of #b331ab is #cc3399. Color #b331ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110001 10101011
Octal 263 61 253
Decimal 179 49 171
Hex B3 31 AB

RGB Percentages of Color #b331ab

%44.86
%12.28
%42.86

CMYK Percentages of Color #b331ab

%0
%73
%4
%30

Triadic Colors of #b331ab

#b331ab #abb331 #31abb3

Analogous Colors of #b331ab

#b331ab #b3316a #7a31b3

Monochromatic Colors of #b331ab

#b331ab

Complementary Color

#b331ab #31b339

#b331ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b331ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b331ab Color CSS Codes

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

#b331ab Text Font Color

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

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


#b331ab Background Color

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

This div background color is #b331ab


#b331ab Border Color

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

This div border color is #b331ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b331ab


Comments

No comments written yet.

Please login to write comment.