Color Hex Logo

#b53225 Color Hex

#B53225
(181,50,37)
0 Favorites   0 Comments

Color spaces of #b53225

RGB 1815037
HSL0.020.660.43
HSV80°71°
CMYK 0.000.720.80   0.29
XYZ20.530612.23853.0305
Yxy12.23850.57350.3419
Hunter Lab34.983643.534019.3524
CIE-Lab41.592751.757838.6872

#b53225 color RGB value is (181,50,37).

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

The process color (four color CMYK) of #b53225 color hex is 0.00, 0.72, 0.80, 0.29. Web safe color of #b53225 is #cc3333. Color #b53225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 00100101
Octal 265 62 45
Decimal 181 50 37
Hex B5 32 25

RGB Percentages of Color #b53225

%67.54
%18.66
%13.81

CMYK Percentages of Color #b53225

%0
%72
%80
%29

Triadic Colors of #b53225

#b53225 #25b532 #3225b5

Analogous Colors of #b53225

#b53225 #b57a25 #b52560

Monochromatic Colors of #b53225

#b53225

Complementary Color

#b53225 #25a8b5

#b53225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53225 Color CSS Codes

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

#b53225 Text Font Color

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

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


#b53225 Background Color

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

This div background color is #b53225


#b53225 Border Color

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

This div border color is #b53225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53225


Comments

No comments written yet.

Please login to write comment.