Color Hex Logo

#b45572 Color Hex

#B45572
(180,85,114)
0 Favorites   0 Comments

Color spaces of #b45572

RGB 18085114
HSL0.950.390.52
HSV342°53°71°
CMYK 0.000.530.37   0.29
XYZ25.108217.415217.9577
Yxy17.41520.41510.2879
Hunter Lab41.731534.36623.6987
CIE-Lab48.779041.60092.0081

#b45572 color RGB value is (180,85,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010101 01110010
Octal 264 125 162
Decimal 180 85 114
Hex B4 55 72

RGB Percentages of Color #b45572

%47.49
%22.43
%30.08

CMYK Percentages of Color #b45572

%0
%53
%37
%29

Triadic Colors of #b45572

#b45572 #72b455 #5572b4

Analogous Colors of #b45572

#b45572 #b46855 #b455a2

Monochromatic Colors of #b45572

#b45572

Complementary Color

#b45572 #55b497

#b45572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45572 Color CSS Codes

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

#b45572 Text Font Color

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

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


#b45572 Background Color

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

This div background color is #b45572


#b45572 Border Color

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

This div border color is #b45572


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,85,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 #b45572">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45572


Comments

No comments written yet.

Please login to write comment.