Color Hex Logo

#b800ab Color Hex

#B800AB
(184,0,171)
0 Favorites   0 Comments

Color spaces of #b800ab

RGB 1840171
HSL0.851.000.36
HSV304°100°72°
CMYK 0.001.000.07   0.28
XYZ27.117913.130639.6333
Yxy13.13060.33950.1644
Hunter Lab36.236270.1699-39.4831
CIE-Lab42.959475.0264-41.1465

#b800ab color RGB value is (184,0,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 10101011
Octal 270 0 253
Decimal 184 0 171
Hex B8 0 AB

RGB Percentages of Color #b800ab

%51.83
%0.00
%48.17

CMYK Percentages of Color #b800ab

%0
%100
%7
%28

Triadic Colors of #b800ab

#b800ab #abb800 #00abb8

Analogous Colors of #b800ab

#b800ab #b8004f #6900b8

Monochromatic Colors of #b800ab

#b800ab

Complementary Color

#b800ab #00b80d

#b800ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b800ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b800ab Color CSS Codes

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

#b800ab Text Font Color

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

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


#b800ab Background Color

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

This div background color is #b800ab


#b800ab Border Color

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

This div border color is #b800ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b800ab


Comments

No comments written yet.

Please login to write comment.