Color Hex Logo

#b23825 Color Hex

#B23825
(178,56,37)
0 Favorites   0 Comments

Color spaces of #b23825

RGB 1785637
HSL0.020.660.42
HSV79°70°
CMYK 0.000.690.79   0.30
XYZ20.108212.42693.0891
Yxy12.42690.56450.3488
Hunter Lab35.251840.128619.4807
CIE-Lab41.886748.418838.8060

#b23825 color RGB value is (178,56,37).

#b23825 hex color red value is 178, green value is 56 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b23825 hue: 0.02 , saturation: 0.66 and the lightness value of b23825 is 0.42.

The process color (four color CMYK) of #b23825 color hex is 0.00, 0.69, 0.79, 0.30. Web safe color of #b23825 is #993333. Color #b23825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111000 00100101
Octal 262 70 45
Decimal 178 56 37
Hex B2 38 25

RGB Percentages of Color #b23825

%65.68
%20.66
%13.65

CMYK Percentages of Color #b23825

%0
%69
%79
%30

Triadic Colors of #b23825

#b23825 #25b238 #3825b2

Analogous Colors of #b23825

#b23825 #b27f25 #b22558

Monochromatic Colors of #b23825

#b23825

Complementary Color

#b23825 #259fb2

#b23825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23825 Color CSS Codes

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

#b23825 Text Font Color

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

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


#b23825 Background Color

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

This div background color is #b23825


#b23825 Border Color

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

This div border color is #b23825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23825


Comments

No comments written yet.

Please login to write comment.