Color Hex Logo

#b80757 Color Hex

#B80757
(184,7,87)
0 Favorites   0 Comments

Color spaces of #b80757

RGB 184787
HSL0.920.930.37
HSV333°96°72°
CMYK 0.000.960.53   0.28
XYZ21.563411.030410.0094
Yxy11.03040.50610.2589
Hunter Lab33.212057.77265.3797
CIE-Lab39.631665.15925.6530

#b80757 color RGB value is (184,7,87).

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

The process color (four color CMYK) of #b80757 color hex is 0.00, 0.96, 0.53, 0.28. Web safe color of #b80757 is #cc0066. Color #b80757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000111 01010111
Octal 270 7 127
Decimal 184 7 87
Hex B8 7 57

RGB Percentages of Color #b80757

%66.19
%2.52
%31.29

CMYK Percentages of Color #b80757

%0
%96
%53
%28

Triadic Colors of #b80757

#b80757 #57b807 #0757b8

Analogous Colors of #b80757

#b80757 #b81007 #b807b0

Monochromatic Colors of #b80757

#b80757

Complementary Color

#b80757 #07b868

#b80757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80757 Color CSS Codes

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

#b80757 Text Font Color

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

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


#b80757 Background Color

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

This div background color is #b80757


#b80757 Border Color

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

This div border color is #b80757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80757


Comments

No comments written yet.

Please login to write comment.