Color Hex Logo

#b80025 Color Hex

#B80025
(184,0,37)
0 Favorites   0 Comments

Color spaces of #b80025

RGB 184037
HSL0.971.000.36
HSV348°100°72°
CMYK 0.001.000.80   0.28
XYZ20.101110.32392.6835
Yxy10.32390.60710.3118
Hunter Lab32.130855.441017.5398
CIE-Lab38.417663.336935.6206

#b80025 color RGB value is (184,0,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 00100101
Octal 270 0 45
Decimal 184 0 37
Hex B8 0 25

RGB Percentages of Color #b80025

%83.26
%0.00
%16.74

CMYK Percentages of Color #b80025

%0
%100
%80
%28

Triadic Colors of #b80025

#b80025 #25b800 #0025b8

Analogous Colors of #b80025

#b80025 #b83700 #b80081

Monochromatic Colors of #b80025

#b80025

Complementary Color

#b80025 #00b893

#b80025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80025 Color CSS Codes

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

#b80025 Text Font Color

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

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


#b80025 Background Color

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

This div background color is #b80025


#b80025 Border Color

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

This div border color is #b80025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80025

#b80025 Color Palettes


Comments

No comments written yet.

Please login to write comment.