Color Hex Logo

#b041ab Color Hex

#B041AB
(176,65,171)
0 Favorites   0 Comments

Color spaces of #b041ab

RGB 17665171
HSL0.840.460.47
HSV303°63°69°
CMYK 0.000.630.03   0.31
XYZ27.145515.951040.1762
Yxy15.95100.32600.1916
Hunter Lab39.938751.4300-31.6855
CIE-Lab46.910158.1089-34.9839

#b041ab color RGB value is (176,65,171).

#b041ab hex color red value is 176, green value is 65 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b041ab hue: 0.84 , saturation: 0.46 and the lightness value of b041ab is 0.47.

The process color (four color CMYK) of #b041ab color hex is 0.00, 0.63, 0.03, 0.31. Web safe color of #b041ab is #993399. Color #b041ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000001 10101011
Octal 260 101 253
Decimal 176 65 171
Hex B0 41 AB

RGB Percentages of Color #b041ab

%42.72
%15.78
%41.50

CMYK Percentages of Color #b041ab

%0
%63
%3
%31

Triadic Colors of #b041ab

#b041ab #abb041 #41abb0

Analogous Colors of #b041ab

#b041ab #b04174 #7e41b0

Monochromatic Colors of #b041ab

#b041ab

Complementary Color

#b041ab #41b046

#b041ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b041ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b041ab Color CSS Codes

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

#b041ab Text Font Color

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

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


#b041ab Background Color

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

This div background color is #b041ab


#b041ab Border Color

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

This div border color is #b041ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b041ab


Comments

No comments written yet.

Please login to write comment.