Color Hex Logo

#b801ab Color Hex

#B801AB
(184,1,171)
0 Favorites   0 Comments

Color spaces of #b801ab

RGB 1841171
HSL0.850.990.36
HSV304°99°72°
CMYK 0.000.990.07   0.28
XYZ27.128713.152339.6369
Yxy13.15230.33950.1646
Hunter Lab36.266170.0605-39.4145
CIE-Lab42.991874.9302-41.0949

#b801ab color RGB value is (184,1,171).

#b801ab hex color red value is 184, green value is 1 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b801ab hue: 0.85 , saturation: 0.99 and the lightness value of b801ab is 0.36.

The process color (four color CMYK) of #b801ab color hex is 0.00, 0.99, 0.07, 0.28. Web safe color of #b801ab is #cc0099. Color #b801ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000001 10101011
Octal 270 1 253
Decimal 184 1 171
Hex B8 1 AB

RGB Percentages of Color #b801ab

%51.69
%0.28
%48.03

CMYK Percentages of Color #b801ab

%0
%99
%7
%28

Triadic Colors of #b801ab

#b801ab #abb801 #01abb8

Analogous Colors of #b801ab

#b801ab #b8014f #6a01b8

Monochromatic Colors of #b801ab

#b801ab

Complementary Color

#b801ab #01b80e

#b801ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b801ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b801ab Color CSS Codes

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

#b801ab Text Font Color

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

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


#b801ab Background Color

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

This div background color is #b801ab


#b801ab Border Color

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

This div border color is #b801ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b801ab


Comments

No comments written yet.

Please login to write comment.