Color Hex Logo

#b45088 Color Hex

#B45088
(180,80,136)
0 Favorites   0 Comments

Color spaces of #b45088

RGB 18080136
HSL0.910.400.51
HSV326°56°71°
CMYK 0.000.560.24   0.29
XYZ26.135017.218225.2385
Yxy17.21820.38100.2510
Hunter Lab41.494839.8101-7.0157
CIE-Lab48.533846.9728-11.5912

#b45088 color RGB value is (180,80,136).

#b45088 hex color red value is 180, green value is 80 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b45088 hue: 0.91 , saturation: 0.40 and the lightness value of b45088 is 0.51.

The process color (four color CMYK) of #b45088 color hex is 0.00, 0.56, 0.24, 0.29. Web safe color of #b45088 is #cc6699. Color #b45088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 10001000
Octal 264 120 210
Decimal 180 80 136
Hex B4 50 88

RGB Percentages of Color #b45088

%45.45
%20.20
%34.34

CMYK Percentages of Color #b45088

%0
%56
%24
%29

Triadic Colors of #b45088

#b45088 #88b450 #5088b4

Analogous Colors of #b45088

#b45088 #b45056 #ae50b4

Monochromatic Colors of #b45088

#b45088

Complementary Color

#b45088 #50b47c

#b45088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45088 Color CSS Codes

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

#b45088 Text Font Color

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

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


#b45088 Background Color

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

This div background color is #b45088


#b45088 Border Color

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

This div border color is #b45088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45088


Comments

No comments written yet.

Please login to write comment.