Color Hex Logo

#b45772 Color Hex

#B45772
(180,87,114)
0 Favorites   0 Comments

Color spaces of #b45772

RGB 18087114
HSL0.950.380.52
HSV343°52°71°
CMYK 0.000.520.37   0.29
XYZ25.267817.734618.0109
Yxy17.73460.41410.2907
Hunter Lab42.112533.40454.1212
CIE-Lab49.172640.58262.5785

#b45772 color RGB value is (180,87,114).

#b45772 hex color red value is 180, green value is 87 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b45772 hue: 0.95 , saturation: 0.38 and the lightness value of b45772 is 0.52.

The process color (four color CMYK) of #b45772 color hex is 0.00, 0.52, 0.37, 0.29. Web safe color of #b45772 is #cc6666. Color #b45772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010111 01110010
Octal 264 127 162
Decimal 180 87 114
Hex B4 57 72

RGB Percentages of Color #b45772

%47.24
%22.83
%29.92

CMYK Percentages of Color #b45772

%0
%52
%37
%29

Triadic Colors of #b45772

#b45772 #72b457 #5772b4

Analogous Colors of #b45772

#b45772 #b46b57 #b457a1

Monochromatic Colors of #b45772

#b45772

Complementary Color

#b45772 #57b499

#b45772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45772 Color CSS Codes

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

#b45772 Text Font Color

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

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


#b45772 Background Color

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

This div background color is #b45772


#b45772 Border Color

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

This div border color is #b45772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45772


Comments

No comments written yet.

Please login to write comment.