Color Hex Logo

#b5083d Color Hex

#B5083D
(181,8,61)
0 Favorites   0 Comments

Color spaces of #b5083d

RGB 181861
HSL0.950.920.37
HSV342°96°71°
CMYK 0.000.960.66   0.29
XYZ19.985210.33435.3563
Yxy10.33430.56020.2897
Hunter Lab32.147054.712912.6241
CIE-Lab38.435962.684520.5728

#b5083d color RGB value is (181,8,61).

#b5083d hex color red value is 181, green value is 8 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b5083d hue: 0.95 , saturation: 0.92 and the lightness value of b5083d is 0.37.

The process color (four color CMYK) of #b5083d color hex is 0.00, 0.96, 0.66, 0.29. Web safe color of #b5083d is #cc0033. Color #b5083d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001000 00111101
Octal 265 10 75
Decimal 181 8 61
Hex B5 8 3D

RGB Percentages of Color #b5083d

%72.40
%3.20
%24.40

CMYK Percentages of Color #b5083d

%0
%96
%66
%29

Triadic Colors of #b5083d

#b5083d #3db508 #083db5

Analogous Colors of #b5083d

#b5083d #b52a08 #b50894

Monochromatic Colors of #b5083d

#b5083d

Complementary Color

#b5083d #08b580

#b5083d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5083d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5083d Color CSS Codes

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

#b5083d Text Font Color

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

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


#b5083d Background Color

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

This div background color is #b5083d


#b5083d Border Color

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

This div border color is #b5083d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,8,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5083d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5083d;
  -webkit-box-shadow: 1px 1px 3px 2px #b5083d;
  box-shadow:         1px 1px 3px 2px #b5083d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5083d


Comments

No comments written yet.

Please login to write comment.