Color Hex Logo

#b80586 Color Hex

#B80586
(184,5,134)
0 Favorites   0 Comments

Color spaces of #b80586

RGB 1845134
HSL0.880.950.37
HSV317°97°72°
CMYK 0.000.970.27   0.28
XYZ24.124512.020123.6029
Yxy12.02010.40380.2012
Hunter Lab34.670063.5335-16.0949
CIE-Lab41.248069.8162-21.4395

#b80586 color RGB value is (184,5,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000101 10000110
Octal 270 5 206
Decimal 184 5 134
Hex B8 5 86

RGB Percentages of Color #b80586

%56.97
%1.55
%41.49

CMYK Percentages of Color #b80586

%0
%97
%27
%28

Triadic Colors of #b80586

#b80586 #86b805 #0586b8

Analogous Colors of #b80586

#b80586 #b8052c #9105b8

Monochromatic Colors of #b80586

#b80586

Complementary Color

#b80586 #05b837

#b80586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80586 Color CSS Codes

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

#b80586 Text Font Color

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

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


#b80586 Background Color

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

This div background color is #b80586


#b80586 Border Color

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

This div border color is #b80586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80586


Comments

No comments written yet.

Please login to write comment.