Color Hex Logo

#b54235 Color Hex

#B54235
(181,66,53)
0 Favorites   0 Comments

Color spaces of #b54235

RGB 1816653
HSL0.020.550.46
HSV71°71°
CMYK 0.000.640.71   0.29
XYZ21.646913.97724.9251
Yxy13.97720.53380.3447
Hunter Lab37.386137.927518.3596
CIE-Lab44.200245.860132.5331

#b54235 color RGB value is (181,66,53).

#b54235 hex color red value is 181, green value is 66 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b54235 hue: 0.02 , saturation: 0.55 and the lightness value of b54235 is 0.46.

The process color (four color CMYK) of #b54235 color hex is 0.00, 0.64, 0.71, 0.29. Web safe color of #b54235 is #cc3333. Color #b54235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000010 00110101
Octal 265 102 65
Decimal 181 66 53
Hex B5 42 35

RGB Percentages of Color #b54235

%60.33
%22.00
%17.67

CMYK Percentages of Color #b54235

%0
%64
%71
%29

Triadic Colors of #b54235

#b54235 #35b542 #4235b5

Analogous Colors of #b54235

#b54235 #b58235 #b53568

Monochromatic Colors of #b54235

#b54235

Complementary Color

#b54235 #35a8b5

#b54235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54235 Color CSS Codes

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

#b54235 Text Font Color

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

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


#b54235 Background Color

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

This div background color is #b54235


#b54235 Border Color

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

This div border color is #b54235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54235


Comments

No comments written yet.

Please login to write comment.