Color Hex Logo

#b5598d Color Hex

#B5598D
(181,89,141)
0 Favorites   0 Comments

Color spaces of #b5598d

RGB 18189141
HSL0.910.380.53
HSV326°51°71°
CMYK 0.000.510.22   0.29
XYZ27.436218.891627.3997
Yxy18.89160.37210.2562
Hunter Lab43.464536.6122-6.9509
CIE-Lab50.560143.5473-11.5087

#b5598d color RGB value is (181,89,141).

#b5598d hex color red value is 181, green value is 89 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b5598d hue: 0.91 , saturation: 0.38 and the lightness value of b5598d is 0.53.

The process color (four color CMYK) of #b5598d color hex is 0.00, 0.51, 0.22, 0.29. Web safe color of #b5598d is #cc6699. Color #b5598d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011001 10001101
Octal 265 131 215
Decimal 181 89 141
Hex B5 59 8D

RGB Percentages of Color #b5598d

%44.04
%21.65
%34.31

CMYK Percentages of Color #b5598d

%0
%51
%22
%29

Triadic Colors of #b5598d

#b5598d #8db559 #598db5

Analogous Colors of #b5598d

#b5598d #b5595f #af59b5

Monochromatic Colors of #b5598d

#b5598d

Complementary Color

#b5598d #59b581

#b5598d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5598d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5598d Color CSS Codes

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

#b5598d Text Font Color

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

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


#b5598d Background Color

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

This div background color is #b5598d


#b5598d Border Color

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

This div border color is #b5598d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,89,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5598d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5598d;
  -webkit-box-shadow: 1px 1px 3px 2px #b5598d;
  box-shadow:         1px 1px 3px 2px #b5598d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,89,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5598d


Comments

No comments written yet.

Please login to write comment.