Color Hex Logo

#b25829 Color Hex

#B25829
(178,88,41)
0 Favorites   0 Comments

Color spaces of #b25829

RGB 1788841
HSL0.060.630.43
HSV21°77°70°
CMYK 0.000.510.77   0.30
XYZ22.250116.60454.1301
Yxy16.60450.51760.3863
Hunter Lab40.748626.156822.5147
CIE-Lab47.757833.336042.7281

#b25829 color RGB value is (178,88,41).

#b25829 hex color red value is 178, green value is 88 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b25829 hue: 0.06 , saturation: 0.63 and the lightness value of b25829 is 0.43.

The process color (four color CMYK) of #b25829 color hex is 0.00, 0.51, 0.77, 0.30. Web safe color of #b25829 is #996633. Color #b25829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011000 00101001
Octal 262 130 51
Decimal 178 88 41
Hex B2 58 29

RGB Percentages of Color #b25829

%57.98
%28.66
%13.36

CMYK Percentages of Color #b25829

%0
%51
%77
%30

Triadic Colors of #b25829

#b25829 #29b258 #5829b2

Analogous Colors of #b25829

#b25829 #b29d29 #b2293e

Monochromatic Colors of #b25829

#b25829

Complementary Color

#b25829 #2983b2

#b25829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25829 Color CSS Codes

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

#b25829 Text Font Color

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

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


#b25829 Background Color

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

This div background color is #b25829


#b25829 Border Color

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

This div border color is #b25829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25829


Comments

No comments written yet.

Please login to write comment.