Color Hex Logo

#b007ab Color Hex

#B007AB
(176,7,171)
0 Favorites   0 Comments

Color spaces of #b007ab

RGB 1767171
HSL0.840.920.36
HSV302°96°69°
CMYK 0.000.960.03   0.31
XYZ25.331212.322339.5714
Yxy12.32230.32800.1596
Hunter Lab35.103167.3791-42.2648
CIE-Lab41.723872.9580-43.2024

#b007ab color RGB value is (176,7,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000111 10101011
Octal 260 7 253
Decimal 176 7 171
Hex B0 7 AB

RGB Percentages of Color #b007ab

%49.72
%1.98
%48.31

CMYK Percentages of Color #b007ab

%0
%96
%3
%31

Triadic Colors of #b007ab

#b007ab #abb007 #07abb0

Analogous Colors of #b007ab

#b007ab #b00756 #6107b0

Monochromatic Colors of #b007ab

#b007ab

Complementary Color

#b007ab #07b00c

#b007ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b007ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b007ab Color CSS Codes

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

#b007ab Text Font Color

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

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


#b007ab Background Color

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

This div background color is #b007ab


#b007ab Border Color

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

This div border color is #b007ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b007ab


Comments

No comments written yet.

Please login to write comment.