Color Hex Logo

#b45d53 Color Hex

#B45D53
(180,93,83)
0 Favorites   0 Comments

Color spaces of #b45d53

RGB 1809383
HSL0.020.390.52
HSV54°71°
CMYK 0.000.480.54   0.29
XYZ24.298118.156510.4075
Yxy18.15650.45970.3435
Hunter Lab42.610427.219215.3459
CIE-Lab49.685434.205921.8059

#b45d53 color RGB value is (180,93,83).

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

The process color (four color CMYK) of #b45d53 color hex is 0.00, 0.48, 0.54, 0.29. Web safe color of #b45d53 is #cc6666. Color #b45d53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011101 01010011
Octal 264 135 123
Decimal 180 93 83
Hex B4 5D 53

RGB Percentages of Color #b45d53

%50.56
%26.12
%23.31

CMYK Percentages of Color #b45d53

%0
%48
%54
%29

Triadic Colors of #b45d53

#b45d53 #53b45d #5d53b4

Analogous Colors of #b45d53

#b45d53 #b48e53 #b4537a

Monochromatic Colors of #b45d53

#b45d53

Complementary Color

#b45d53 #53aab4

#b45d53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45d53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45d53 Color CSS Codes

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

#b45d53 Text Font Color

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

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


#b45d53 Background Color

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

This div background color is #b45d53


#b45d53 Border Color

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

This div border color is #b45d53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45d53


Comments

No comments written yet.

Please login to write comment.