Color Hex Logo

#b805ab Color Hex

#B805AB
(184,5,171)
0 Favorites   0 Comments

Color spaces of #b805ab

RGB 1845171
HSL0.850.950.37
HSV304°97°72°
CMYK 0.000.970.07   0.28
XYZ27.172113.239239.6514
Yxy13.23920.33940.1654
Hunter Lab36.385769.6251-39.1414
CIE-Lab43.121574.5469-40.8888

#b805ab color RGB value is (184,5,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000101 10101011
Octal 270 5 253
Decimal 184 5 171
Hex B8 5 AB

RGB Percentages of Color #b805ab

%51.11
%1.39
%47.50

CMYK Percentages of Color #b805ab

%0
%97
%7
%28

Triadic Colors of #b805ab

#b805ab #abb805 #05abb8

Analogous Colors of #b805ab

#b805ab #b80551 #6c05b8

Monochromatic Colors of #b805ab

#b805ab

Complementary Color

#b805ab #05b812

#b805ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b805ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b805ab Color CSS Codes

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

#b805ab Text Font Color

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

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


#b805ab Background Color

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

This div background color is #b805ab


#b805ab Border Color

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

This div border color is #b805ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b805ab


Comments

No comments written yet.

Please login to write comment.