Color Hex Logo

#b83740 Color Hex

#B83740
(184,55,64)
0 Favorites   0 Comments

Color spaces of #b83740

RGB 1845564
HSL0.990.540.47
HSV356°70°72°
CMYK 0.000.700.65   0.28
XYZ22.058813.29296.2536
Yxy13.29290.53020.3195
Hunter Lab36.459444.192615.3521
CIE-Lab43.201352.090324.9063

#b83740 color RGB value is (184,55,64).

#b83740 hex color red value is 184, green value is 55 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b83740 hue: 0.99 , saturation: 0.54 and the lightness value of b83740 is 0.47.

The process color (four color CMYK) of #b83740 color hex is 0.00, 0.70, 0.65, 0.28. Web safe color of #b83740 is #cc3333. Color #b83740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110111 01000000
Octal 270 67 100
Decimal 184 55 64
Hex B8 37 40

RGB Percentages of Color #b83740

%60.73
%18.15
%21.12

CMYK Percentages of Color #b83740

%0
%70
%65
%28

Triadic Colors of #b83740

#b83740 #40b837 #3740b8

Analogous Colors of #b83740

#b83740 #b86f37 #b83781

Monochromatic Colors of #b83740

#b83740

Complementary Color

#b83740 #37b8af

#b83740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83740 Color CSS Codes

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

#b83740 Text Font Color

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

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


#b83740 Background Color

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

This div background color is #b83740


#b83740 Border Color

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

This div border color is #b83740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83740


Comments

No comments written yet.

Please login to write comment.