Color Hex Logo

#b80028 Color Hex

#B80028
(184,0,40)
0 Favorites   0 Comments

Color spaces of #b80028

RGB 184040
HSL0.961.000.36
HSV347°100°72°
CMYK 0.001.000.78   0.28
XYZ20.150210.34352.9420
Yxy10.34350.60270.3094
Hunter Lab32.161355.554317.0893
CIE-Lab38.452063.430933.8681

#b80028 color RGB value is (184,0,40).

#b80028 hex color red value is 184, green value is 0 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b80028 hue: 0.96 , saturation: 1.00 and the lightness value of b80028 is 0.36.

The process color (four color CMYK) of #b80028 color hex is 0.00, 1.00, 0.78, 0.28. Web safe color of #b80028 is #cc0033. Color #b80028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 00101000
Octal 270 0 50
Decimal 184 0 40
Hex B8 0 28

RGB Percentages of Color #b80028

%82.14
%0.00
%17.86

CMYK Percentages of Color #b80028

%0
%100
%78
%28

Triadic Colors of #b80028

#b80028 #28b800 #0028b8

Analogous Colors of #b80028

#b80028 #b83400 #b80084

Monochromatic Colors of #b80028

#b80028

Complementary Color

#b80028 #00b890

#b80028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80028 Color CSS Codes

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

#b80028 Text Font Color

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

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


#b80028 Background Color

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

This div background color is #b80028


#b80028 Border Color

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

This div border color is #b80028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80028


Comments

No comments written yet.

Please login to write comment.