Color Hex Logo

#b45c7e Color Hex

#B45C7E
(180,92,126)
0 Favorites   0 Comments

Color spaces of #b45c7e

RGB 18092126
HSL0.940.370.53
HSV337°49°71°
CMYK 0.000.490.30   0.29
XYZ26.415418.863921.9875
Yxy18.86390.39270.2804
Hunter Lab43.432632.55540.3876
CIE-Lab50.527639.5375-2.6343

#b45c7e color RGB value is (180,92,126).

#b45c7e hex color red value is 180, green value is 92 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b45c7e hue: 0.94 , saturation: 0.37 and the lightness value of b45c7e is 0.53.

The process color (four color CMYK) of #b45c7e color hex is 0.00, 0.49, 0.30, 0.29. Web safe color of #b45c7e is #cc6666. Color #b45c7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011100 01111110
Octal 264 134 176
Decimal 180 92 126
Hex B4 5C 7E

RGB Percentages of Color #b45c7e

%45.23
%23.12
%31.66

CMYK Percentages of Color #b45c7e

%0
%49
%30
%29

Triadic Colors of #b45c7e

#b45c7e #7eb45c #5c7eb4

Analogous Colors of #b45c7e

#b45c7e #b4665c #b45caa

Monochromatic Colors of #b45c7e

#b45c7e

Complementary Color

#b45c7e #5cb492

#b45c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45c7e Color CSS Codes

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

#b45c7e Text Font Color

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

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


#b45c7e Background Color

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

This div background color is #b45c7e


#b45c7e Border Color

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

This div border color is #b45c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45c7e


Comments

No comments written yet.

Please login to write comment.