Color Hex Logo

#b03225 Color Hex

#B03225
(176,50,37)
0 Favorites   0 Comments

Color spaces of #b03225

RGB 1765037
HSL0.020.650.42
HSV79°69°
CMYK 0.000.720.79   0.31
XYZ19.379011.64492.9766
Yxy11.64490.57000.3425
Hunter Lab34.124641.650118.7155
CIE-Lab40.646150.120537.4166

#b03225 color RGB value is (176,50,37).

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

The process color (four color CMYK) of #b03225 color hex is 0.00, 0.72, 0.79, 0.31. Web safe color of #b03225 is #993333. Color #b03225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110010 00100101
Octal 260 62 45
Decimal 176 50 37
Hex B0 32 25

RGB Percentages of Color #b03225

%66.92
%19.01
%14.07

CMYK Percentages of Color #b03225

%0
%72
%79
%31

Triadic Colors of #b03225

#b03225 #25b032 #3225b0

Analogous Colors of #b03225

#b03225 #b07825 #b0255d

Monochromatic Colors of #b03225

#b03225

Complementary Color

#b03225 #25a3b0

#b03225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03225 Color CSS Codes

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

#b03225 Text Font Color

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

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


#b03225 Background Color

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

This div background color is #b03225


#b03225 Border Color

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

This div border color is #b03225


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,50,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 #b03225">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03225


Comments

No comments written yet.

Please login to write comment.