Color Hex Logo

#b80457 Color Hex

#B80457
(184,4,87)
0 Favorites   0 Comments

Color spaces of #b80457

RGB 184487
HSL0.920.960.37
HSV332°98°72°
CMYK 0.000.980.53   0.28
XYZ21.530910.96539.9985
Yxy10.96530.50670.2580
Hunter Lab33.113958.11275.2775
CIE-Lab39.522065.47865.4967

#b80457 color RGB value is (184,4,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 01010111
Octal 270 4 127
Decimal 184 4 87
Hex B8 4 57

RGB Percentages of Color #b80457

%66.91
%1.45
%31.64

CMYK Percentages of Color #b80457

%0
%98
%53
%28

Triadic Colors of #b80457

#b80457 #57b804 #0457b8

Analogous Colors of #b80457

#b80457 #b80b04 #b804b1

Monochromatic Colors of #b80457

#b80457

Complementary Color

#b80457 #04b865

#b80457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80457 Color CSS Codes

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

#b80457 Text Font Color

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

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


#b80457 Background Color

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

This div background color is #b80457


#b80457 Border Color

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

This div border color is #b80457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80457


Comments

No comments written yet.

Please login to write comment.