Color Hex Logo

#b8270d Color Hex

#B8270D
(184,39,13)
0 Favorites   0 Comments

Color spaces of #b8270d

RGB 1843913
HSL0.030.870.39
HSV93°72°
CMYK 0.000.790.93   0.28
XYZ20.565311.67041.5495
Yxy11.67040.60870.3454
Hunter Lab34.162047.672521.2241
CIE-Lab40.687455.828849.2705

#b8270d color RGB value is (184,39,13).

#b8270d hex color red value is 184, green value is 39 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b8270d hue: 0.03 , saturation: 0.87 and the lightness value of b8270d is 0.39.

The process color (four color CMYK) of #b8270d color hex is 0.00, 0.79, 0.93, 0.28. Web safe color of #b8270d is #cc3300. Color #b8270d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100111 00001101
Octal 270 47 15
Decimal 184 39 13
Hex B8 27 D

RGB Percentages of Color #b8270d

%77.97
%16.53
%5.51

CMYK Percentages of Color #b8270d

%0
%79
%93
%28

Triadic Colors of #b8270d

#b8270d #0db827 #270db8

Analogous Colors of #b8270d

#b8270d #b87d0d #b80d49

Monochromatic Colors of #b8270d

#b8270d

Complementary Color

#b8270d #0d9eb8

#b8270d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8270d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8270d Color CSS Codes

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

#b8270d Text Font Color

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

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


#b8270d Background Color

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

This div background color is #b8270d


#b8270d Border Color

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

This div border color is #b8270d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8270d


Comments

No comments written yet.

Please login to write comment.