Color Hex Logo

#b05305 Color Hex

#B05305
(176,83,5)
0 Favorites   0 Comments

Color spaces of #b05305

RGB 176835
HSL0.080.940.35
HSV27°97°69°
CMYK 0.000.530.97   0.31
XYZ21.025115.42762.0133
Yxy15.42760.54660.4011
Hunter Lab39.278026.812724.4555
CIE-Lab46.214434.226354.3795

#b05305 color RGB value is (176,83,5).

#b05305 hex color red value is 176, green value is 83 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b05305 hue: 0.08 , saturation: 0.94 and the lightness value of b05305 is 0.35.

The process color (four color CMYK) of #b05305 color hex is 0.00, 0.53, 0.97, 0.31. Web safe color of #b05305 is #996600. Color #b05305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010011 00000101
Octal 260 123 5
Decimal 176 83 5
Hex B0 53 5

RGB Percentages of Color #b05305

%66.67
%31.44
%1.89

CMYK Percentages of Color #b05305

%0
%53
%97
%31

Triadic Colors of #b05305

#b05305 #05b053 #5305b0

Analogous Colors of #b05305

#b05305 #b0a905 #b0050d

Monochromatic Colors of #b05305

#b05305

Complementary Color

#b05305 #0562b0

#b05305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05305 Color CSS Codes

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

#b05305 Text Font Color

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

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


#b05305 Background Color

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

This div background color is #b05305


#b05305 Border Color

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

This div border color is #b05305


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,83,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05305


Comments

No comments written yet.

Please login to write comment.