Color Hex Logo

#b40505 Color Hex

#B40505
(180,5,5)
0 Favorites   0 Comments

Color spaces of #b40505

RGB 18055
HSL0.000.950.36
HSV97°71°
CMYK 0.000.970.97   0.29
XYZ18.90419.82281.0432
Yxy9.82280.63500.3300
Hunter Lab31.341352.818119.9655
CIE-Lab37.522561.160449.8020

#b40505 color RGB value is (180,5,5).

#b40505 hex color red value is 180, green value is 5 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b40505 hue: 0.00 , saturation: 0.95 and the lightness value of b40505 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000101 00000101
Octal 264 5 5
Decimal 180 5 5
Hex B4 5 5

RGB Percentages of Color #b40505

%94.74
%2.63
%2.63

CMYK Percentages of Color #b40505

%0
%97
%97
%29

Triadic Colors of #b40505

#b40505 #05b405 #0505b4

Analogous Colors of #b40505

#b40505 #b45d05 #b4055d

Monochromatic Colors of #b40505

#b40505

Complementary Color

#b40505 #05b4b4

#b40505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40505 Color CSS Codes

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

#b40505 Text Font Color

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

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


#b40505 Background Color

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

This div background color is #b40505


#b40505 Border Color

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

This div border color is #b40505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40505


Comments

No comments written yet.

Please login to write comment.