Color Hex Logo

#b80555 Color Hex

#B80555
(184,5,85)
0 Favorites   0 Comments

Color spaces of #b80555

RGB 184585
HSL0.930.950.37
HSV333°97°72°
CMYK 0.000.970.54   0.28
XYZ21.461110.95489.5777
Yxy10.95480.51110.2609
Hunter Lab33.098057.81966.0117
CIE-Lab39.504265.22536.7502

#b80555 color RGB value is (184,5,85).

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

The process color (four color CMYK) of #b80555 color hex is 0.00, 0.97, 0.54, 0.28. Web safe color of #b80555 is #cc0066. Color #b80555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000101 01010101
Octal 270 5 125
Decimal 184 5 85
Hex B8 5 55

RGB Percentages of Color #b80555

%67.15
%1.82
%31.02

CMYK Percentages of Color #b80555

%0
%97
%54
%28

Triadic Colors of #b80555

#b80555 #55b805 #0555b8

Analogous Colors of #b80555

#b80555 #b80f05 #b805af

Monochromatic Colors of #b80555

#b80555

Complementary Color

#b80555 #05b868

#b80555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80555 Color CSS Codes

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

#b80555 Text Font Color

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

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


#b80555 Background Color

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

This div background color is #b80555


#b80555 Border Color

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

This div border color is #b80555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80555


Comments

No comments written yet.

Please login to write comment.