Color Hex Logo

#b051ab Color Hex

#B051AB
(176,81,171)
0 Favorites   0 Comments

Color spaces of #b051ab

RGB 17681171
HSL0.840.380.50
HSV303°54°69°
CMYK 0.000.540.03   0.31
XYZ28.197618.055240.5269
Yxy18.05520.32490.2081
Hunter Lab42.491444.0939-26.8049
CIE-Lab49.563050.8743-30.8262

#b051ab color RGB value is (176,81,171).

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

The process color (four color CMYK) of #b051ab color hex is 0.00, 0.54, 0.03, 0.31. Web safe color of #b051ab is #996699. Color #b051ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 10101011
Octal 260 121 253
Decimal 176 81 171
Hex B0 51 AB

RGB Percentages of Color #b051ab

%41.12
%18.93
%39.95

CMYK Percentages of Color #b051ab

%0
%54
%3
%31

Triadic Colors of #b051ab

#b051ab #abb051 #51abb0

Analogous Colors of #b051ab

#b051ab #b0517c #8651b0

Monochromatic Colors of #b051ab

#b051ab

Complementary Color

#b051ab #51b056

#b051ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b051ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b051ab Color CSS Codes

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

#b051ab Text Font Color

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

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


#b051ab Background Color

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

This div background color is #b051ab


#b051ab Border Color

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

This div border color is #b051ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b051ab


Comments

No comments written yet.

Please login to write comment.