Color Hex Logo

#b8331f Color Hex

#B8331F
(184,51,31)
0 Favorites   0 Comments

Color spaces of #b8331f

RGB 1845131
HSL0.020.710.42
HSV83°72°
CMYK 0.000.720.83   0.28
XYZ21.198312.65692.6221
Yxy12.65690.58110.3470
Hunter Lab35.576544.100420.5337
CIE-Lab42.241752.178142.6612

#b8331f color RGB value is (184,51,31).

#b8331f hex color red value is 184, green value is 51 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b8331f hue: 0.02 , saturation: 0.71 and the lightness value of b8331f is 0.42.

The process color (four color CMYK) of #b8331f color hex is 0.00, 0.72, 0.83, 0.28. Web safe color of #b8331f is #cc3333. Color #b8331f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110011 00011111
Octal 270 63 37
Decimal 184 51 31
Hex B8 33 1F

RGB Percentages of Color #b8331f

%69.17
%19.17
%11.65

CMYK Percentages of Color #b8331f

%0
%72
%83
%28

Triadic Colors of #b8331f

#b8331f #1fb833 #331fb8

Analogous Colors of #b8331f

#b8331f #b8801f #b81f58

Monochromatic Colors of #b8331f

#b8331f

Complementary Color

#b8331f #1fa4b8

#b8331f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8331f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8331f Color CSS Codes

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

#b8331f Text Font Color

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

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


#b8331f Background Color

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

This div background color is #b8331f


#b8331f Border Color

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

This div border color is #b8331f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8331f


Comments

No comments written yet.

Please login to write comment.