Color Hex Logo

#b45861 Color Hex

#B45861
(180,88,97)
0 Favorites   0 Comments

Color spaces of #b45861

RGB 1808897
HSL0.980.380.53
HSV354°51°71°
CMYK 0.000.510.46   0.29
XYZ24.469817.545813.4062
Yxy17.54580.44150.3166
Hunter Lab41.887730.972010.3456
CIE-Lab48.940538.162312.4690

#b45861 color RGB value is (180,88,97).

#b45861 hex color red value is 180, green value is 88 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b45861 hue: 0.98 , saturation: 0.38 and the lightness value of b45861 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011000 01100001
Octal 264 130 141
Decimal 180 88 97
Hex B4 58 61

RGB Percentages of Color #b45861

%49.32
%24.11
%26.58

CMYK Percentages of Color #b45861

%0
%51
%46
%29

Triadic Colors of #b45861

#b45861 #61b458 #5861b4

Analogous Colors of #b45861

#b45861 #b47d58 #b4588f

Monochromatic Colors of #b45861

#b45861

Complementary Color

#b45861 #58b4ab

#b45861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45861 Color CSS Codes

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

#b45861 Text Font Color

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

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


#b45861 Background Color

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

This div background color is #b45861


#b45861 Border Color

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

This div border color is #b45861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45861


Comments

No comments written yet.

Please login to write comment.