Color Hex Logo

#b45855 Color Hex

#B45855
(180,88,85)
0 Favorites   0 Comments

Color spaces of #b45855

RGB 1808885
HSL0.010.390.52
HSV53°71°
CMYK 0.000.510.53   0.29
XYZ23.951817.338610.6786
Yxy17.33860.46090.3336
Hunter Lab41.639629.806713.9427
CIE-Lab48.683937.008019.2920

#b45855 color RGB value is (180,88,85).

#b45855 hex color red value is 180, green value is 88 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b45855 hue: 0.01 , saturation: 0.39 and the lightness value of b45855 is 0.52.

The process color (four color CMYK) of #b45855 color hex is 0.00, 0.51, 0.53, 0.29. Web safe color of #b45855 is #cc6666. Color #b45855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011000 01010101
Octal 264 130 125
Decimal 180 88 85
Hex B4 58 55

RGB Percentages of Color #b45855

%50.99
%24.93
%24.08

CMYK Percentages of Color #b45855

%0
%51
%53
%29

Triadic Colors of #b45855

#b45855 #55b458 #5855b4

Analogous Colors of #b45855

#b45855 #b48855 #b45582

Monochromatic Colors of #b45855

#b45855

Complementary Color

#b45855 #55b1b4

#b45855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45855 Color CSS Codes

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

#b45855 Text Font Color

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

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


#b45855 Background Color

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

This div background color is #b45855


#b45855 Border Color

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

This div border color is #b45855


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,88,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b45855; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b45855;
  -webkit-box-shadow: 1px 1px 3px 2px #b45855;
  box-shadow:         1px 1px 3px 2px #b45855; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,88,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45855


Comments

No comments written yet.

Please login to write comment.