Color Hex Logo

#b80c8b Color Hex

#B80C8B
(184,12,139)
0 Favorites   0 Comments

Color spaces of #b80c8b

RGB 18412139
HSL0.880.880.38
HSV316°93°72°
CMYK 0.000.930.24   0.28
XYZ24.558812.317425.5092
Yxy12.31740.39370.1974
Hunter Lab35.096263.4885-18.5269
CIE-Lab41.716269.6867-23.7834

#b80c8b color RGB value is (184,12,139).

#b80c8b hex color red value is 184, green value is 12 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #b80c8b hue: 0.88 , saturation: 0.88 and the lightness value of b80c8b is 0.38.

The process color (four color CMYK) of #b80c8b color hex is 0.00, 0.93, 0.24, 0.28. Web safe color of #b80c8b is #cc0099. Color #b80c8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001100 10001011
Octal 270 14 213
Decimal 184 12 139
Hex B8 C 8B

RGB Percentages of Color #b80c8b

%54.93
%3.58
%41.49

CMYK Percentages of Color #b80c8b

%0
%93
%24
%28

Triadic Colors of #b80c8b

#b80c8b #8bb80c #0c8bb8

Analogous Colors of #b80c8b

#b80c8b #b80c35 #8f0cb8

Monochromatic Colors of #b80c8b

#b80c8b

Complementary Color

#b80c8b #0cb839

#b80c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80c8b Color CSS Codes

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

#b80c8b Text Font Color

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

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


#b80c8b Background Color

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

This div background color is #b80c8b


#b80c8b Border Color

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

This div border color is #b80c8b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,12,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b80c8b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80c8b


Comments

No comments written yet.

Please login to write comment.