Color Hex Logo

#b009ab Color Hex

#B009AB
(176,9,171)
0 Favorites   0 Comments

Color spaces of #b009ab

RGB 1769171
HSL0.840.900.36
HSV302°95°69°
CMYK 0.000.950.03   0.31
XYZ25.352912.365839.5787
Yxy12.36580.32800.1600
Hunter Lab35.165067.1541-42.1161
CIE-Lab41.791772.7574-43.0942

#b009ab color RGB value is (176,9,171).

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

The process color (four color CMYK) of #b009ab color hex is 0.00, 0.95, 0.03, 0.31. Web safe color of #b009ab is #990099. Color #b009ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001001 10101011
Octal 260 11 253
Decimal 176 9 171
Hex B0 9 AB

RGB Percentages of Color #b009ab

%49.44
%2.53
%48.03

CMYK Percentages of Color #b009ab

%0
%95
%3
%31

Triadic Colors of #b009ab

#b009ab #abb009 #09abb0

Analogous Colors of #b009ab

#b009ab #b00957 #6209b0

Monochromatic Colors of #b009ab

#b009ab

Complementary Color

#b009ab #09b00e

#b009ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b009ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b009ab Color CSS Codes

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

#b009ab Text Font Color

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

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


#b009ab Background Color

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

This div background color is #b009ab


#b009ab Border Color

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

This div border color is #b009ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b009ab


Comments

No comments written yet.

Please login to write comment.