Color Hex Logo

#b80518 Color Hex

#B80518
(184,5,24)
0 Favorites   0 Comments

Color spaces of #b80518

RGB 184524
HSL0.980.950.37
HSV354°97°72°
CMYK 0.000.970.87   0.28
XYZ19.986310.36481.8114
Yxy10.36480.62140.3223
Hunter Lab32.194454.472619.2002
CIE-Lab38.489462.459342.8910

#b80518 color RGB value is (184,5,24).

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

The process color (four color CMYK) of #b80518 color hex is 0.00, 0.97, 0.87, 0.28. Web safe color of #b80518 is #cc0000. Color #b80518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000101 00011000
Octal 270 5 30
Decimal 184 5 24
Hex B8 5 18

RGB Percentages of Color #b80518

%86.38
%2.35
%11.27

CMYK Percentages of Color #b80518

%0
%97
%87
%28

Triadic Colors of #b80518

#b80518 #18b805 #0518b8

Analogous Colors of #b80518

#b80518 #b84c05 #b80572

Monochromatic Colors of #b80518

#b80518

Complementary Color

#b80518 #05b8a5

#b80518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80518 Color CSS Codes

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

#b80518 Text Font Color

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

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


#b80518 Background Color

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

This div background color is #b80518


#b80518 Border Color

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

This div border color is #b80518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80518


Comments

No comments written yet.

Please login to write comment.