Color Hex Logo

#b23512 Color Hex

#B23512
(178,53,18)
0 Favorites   0 Comments

Color spaces of #b23512

RGB 1785318
HSL0.040.820.38
HSV13°90°70°
CMYK 0.000.700.90   0.30
XYZ19.742412.05491.8585
Yxy12.05490.58660.3582
Hunter Lab34.720240.737421.1304
CIE-Lab41.303249.116147.3038

#b23512 color RGB value is (178,53,18).

#b23512 hex color red value is 178, green value is 53 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b23512 hue: 0.04 , saturation: 0.82 and the lightness value of b23512 is 0.38.

The process color (four color CMYK) of #b23512 color hex is 0.00, 0.70, 0.90, 0.30. Web safe color of #b23512 is #993300. Color #b23512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110101 00010010
Octal 262 65 22
Decimal 178 53 18
Hex B2 35 12

RGB Percentages of Color #b23512

%71.49
%21.29
%7.23

CMYK Percentages of Color #b23512

%0
%70
%90
%30

Triadic Colors of #b23512

#b23512 #12b235 #3512b2

Analogous Colors of #b23512

#b23512 #b28512 #b2123f

Monochromatic Colors of #b23512

#b23512

Complementary Color

#b23512 #128fb2

#b23512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23512 Color CSS Codes

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

#b23512 Text Font Color

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

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


#b23512 Background Color

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

This div background color is #b23512


#b23512 Border Color

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

This div border color is #b23512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23512


Comments

No comments written yet.

Please login to write comment.