Color Hex Logo

#b23313 Color Hex

#B23313
(178,51,19)
0 Favorites   0 Comments

Color spaces of #b23313

RGB 1785119
HSL0.030.810.39
HSV12°89°70°
CMYK 0.000.710.89   0.30
XYZ19.661511.87961.8728
Yxy11.87960.58840.3555
Hunter Lab34.466841.508020.9052
CIE-Lab41.024149.914246.6908

#b23313 color RGB value is (178,51,19).

#b23313 hex color red value is 178, green value is 51 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b23313 hue: 0.03 , saturation: 0.81 and the lightness value of b23313 is 0.39.

The process color (four color CMYK) of #b23313 color hex is 0.00, 0.71, 0.89, 0.30. Web safe color of #b23313 is #993300. Color #b23313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110011 00010011
Octal 262 63 23
Decimal 178 51 19
Hex B2 33 13

RGB Percentages of Color #b23313

%71.77
%20.56
%7.66

CMYK Percentages of Color #b23313

%0
%71
%89
%30

Triadic Colors of #b23313

#b23313 #13b233 #3313b2

Analogous Colors of #b23313

#b23313 #b28313 #b21342

Monochromatic Colors of #b23313

#b23313

Complementary Color

#b23313 #1392b2

#b23313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23313 Color CSS Codes

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

#b23313 Text Font Color

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

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


#b23313 Background Color

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

This div background color is #b23313


#b23313 Border Color

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

This div border color is #b23313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23313


Comments

No comments written yet.

Please login to write comment.