Color Hex Logo

#b80bab Color Hex

#B80BAB
(184,11,171)
0 Favorites   0 Comments

Color spaces of #b80bab

RGB 18411171
HSL0.850.890.38
HSV305°94°72°
CMYK 0.000.940.07   0.28
XYZ27.237513.370039.6732
Yxy13.37000.33930.1665
Hunter Lab36.565068.9770-38.7344
CIE-Lab43.315573.9744-40.5803

#b80bab color RGB value is (184,11,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001011 10101011
Octal 270 13 253
Decimal 184 11 171
Hex B8 B AB

RGB Percentages of Color #b80bab

%50.27
%3.01
%46.72

CMYK Percentages of Color #b80bab

%0
%94
%7
%28

Triadic Colors of #b80bab

#b80bab #abb80b #0babb8

Analogous Colors of #b80bab

#b80bab #b80b54 #6f0bb8

Monochromatic Colors of #b80bab

#b80bab

Complementary Color

#b80bab #0bb818

#b80bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80bab Color CSS Codes

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

#b80bab Text Font Color

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

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


#b80bab Background Color

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

This div background color is #b80bab


#b80bab Border Color

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

This div border color is #b80bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80bab


Comments

No comments written yet.

Please login to write comment.