Color Hex Logo

#b05045 Color Hex

#B05045
(176,80,69)
0 Favorites   0 Comments

Color spaces of #b05045

RGB 1768069
HSL0.020.440.48
HSV61°69°
CMYK 0.000.550.61   0.31
XYZ21.847315.39717.4507
Yxy15.39710.48880.3445
Hunter Lab39.239130.715516.2095
CIE-Lab46.173438.294625.3912

#b05045 color RGB value is (176,80,69).

#b05045 hex color red value is 176, green value is 80 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b05045 hue: 0.02 , saturation: 0.44 and the lightness value of b05045 is 0.48.

The process color (four color CMYK) of #b05045 color hex is 0.00, 0.55, 0.61, 0.31. Web safe color of #b05045 is #996633. Color #b05045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010000 01000101
Octal 260 120 105
Decimal 176 80 69
Hex B0 50 45

RGB Percentages of Color #b05045

%54.15
%24.62
%21.23

CMYK Percentages of Color #b05045

%0
%55
%61
%31

Triadic Colors of #b05045

#b05045 #45b050 #5045b0

Analogous Colors of #b05045

#b05045 #b08645 #b04570

Monochromatic Colors of #b05045

#b05045

Complementary Color

#b05045 #45a5b0

#b05045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05045 Color CSS Codes

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

#b05045 Text Font Color

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

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


#b05045 Background Color

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

This div background color is #b05045


#b05045 Border Color

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

This div border color is #b05045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05045


Comments

No comments written yet.

Please login to write comment.