Color Hex Logo

#b45e9e Color Hex

#B45E9E
(180,94,158)
0 Favorites   0 Comments

Color spaces of #b45e9e

RGB 18094158
HSL0.880.360.54
HSV315°48°71°
CMYK 0.000.480.12   0.29
XYZ28.996620.177334.7141
Yxy20.17730.34570.2405
Hunter Lab44.919136.6184-14.3767
CIE-Lab52.037143.3306-19.3244

#b45e9e color RGB value is (180,94,158).

#b45e9e hex color red value is 180, green value is 94 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b45e9e hue: 0.88 , saturation: 0.36 and the lightness value of b45e9e is 0.54.

The process color (four color CMYK) of #b45e9e color hex is 0.00, 0.48, 0.12, 0.29. Web safe color of #b45e9e is #cc6699. Color #b45e9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011110 10011110
Octal 264 136 236
Decimal 180 94 158
Hex B4 5E 9E

RGB Percentages of Color #b45e9e

%41.67
%21.76
%36.57

CMYK Percentages of Color #b45e9e

%0
%48
%12
%29

Triadic Colors of #b45e9e

#b45e9e #9eb45e #5e9eb4

Analogous Colors of #b45e9e

#b45e9e #b45e73 #9f5eb4

Monochromatic Colors of #b45e9e

#b45e9e

Complementary Color

#b45e9e #5eb474

#b45e9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45e9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45e9e Color CSS Codes

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

#b45e9e Text Font Color

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

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


#b45e9e Background Color

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

This div background color is #b45e9e


#b45e9e Border Color

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

This div border color is #b45e9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45e9e


Comments

No comments written yet.

Please login to write comment.